HTML5 本地存储 - 创建并写入 json 文件?
我们正在使用 SVG 和 SVG 构建一个 Web 应用程序。 JS。该应用程序的日志文件需要在客户端创建,然后在项目结束后最终上传到服务器。
由于我们不希望接近 ActiveX 控件,是否可以使用新的 HTML5“本地存储”来实现此目的?这不就是“本地存储”的用途吗?
还有这方面的工作示例吗?
非常感谢,
We are building a web application using SVG & JS. The log file for this application needs to be created on the client side and then finally uploaded to the server once the project is ended.
As we donot wish to go near ActiveX controls, is it possible to achieve this with the new HTML5 'Local Storage'? Isnt that what 'Local Storage' is for anyways?
Is there a working example of this as well?
Many thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不太确定你的意思,但有一个叫做 jStorage 的东西。
它使用javascript和json将数据保存到本地数据库。
Not really sure what you mean by this but there is something out there called jStorage.
It uses javascript and json to save data to the local database.