JavaScript 的本地存储字符串存储在哪里?
localstorage
字符串存储在操作系统的哪里?它在 Firefox 的 Profile 文件夹中吗?
Where is localstorage
strings stored on the operating system? Is it in Firefox's Profile folder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。在 Firefox 中,它位于配置文件文件夹中的 webappsstore.sqlite 文件中。
请参阅:https://developer.mozilla.org/en/DOM/Storage#Storage_location_and_clearing_the_data
Yes. In firefox it's in the webappsstore.sqlite file in the profile folder.
See: https://developer.mozilla.org/en/DOM/Storage#Storage_location_and_clearing_the_data
http://kb.mozillazine.org/Webappsstore.sqlite
http://kb.mozillazine.org/Profile_folder
http://kb.mozillazine.org/Webappsstore.sqlite
http://kb.mozillazine.org/Profile_folder