如何使用 Javascript 或 jQuery 表单编辑 .txt 文件
我有一个 .txt 文件需要在浏览器中离线访问。理想情况下,我希望打开页面,并且不同的表单字段显示每个特定行的数据。
对此有什么看法吗?
I have a .txt file that needs to be accessed offline in the browser. Ideally I would like to the page to open and different form fields display the data from each specific line.
Are there any tuts on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以从 Mozilla 对 HTML 5 文件 API 的说明开始。
You can start with Mozilla's explanation of the HTML 5 File API.
您可以参考 MDN 上的以下文档
you can refer following documentation on MDN