Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我如何在按钮单击时将内容保存在编辑器中并将其存储为文本文件?
感谢您提供的任何帮助。
通过使用以下代码获取内容:
FacesContext facesContext = FacesContext.getCurrentInstance(); facesContext.addMessage(null, new FacesMessage("saved: " + getEditorContents()));