在jsp中创建文本文件
我有一个显示一些静态文本的现有 JSP 页面。我想知道如何使用单击按钮运行的 JSP 创建包含此静态文本的文件(例如使用某些 java.io 文件创建逻辑获取或发布到另一个 jsp 页面)。
I have an existing JSP page that displays some static text. I'd like to know how to create a file containing this static text using JSP that runs on the click of a button (such as a get or post to another jsp page with some java.io file creation logic).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试创建一个示例,在按钮中处理它
Try this a sample creation handle it in button
有关
的详细信息,请参阅文档 >文件编写器
。See the documentation for more information on
FileWriter
.然后在 test.jSP 中,写入“Dorababu”的代码
Then In test.jSP , write "Dorababu" 's code