HTML5 本地存储 - 创建并写入 json 文件?

发布于 2024-09-24 04:40:35 字数 185 浏览 5 评论 0原文

我们正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

╭ゆ眷念 2024-10-01 04:40:35

不太确定你的意思,但有一个叫做 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文