Firefox 和 Camino 本地存储/数据库
我在网上搜索过,但找不到任何明确的答案。 Firefox 和 Camino 到底将 localStorage/Databases 保存到哪里?
Iv'e searched online, but can't find a definitive answer anywhere. Where exactly do Firefox, and Camino save there localStorage/Databases to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Firefox 将所有网络存储数据存储在名为
webappsstore.sqlite 位于您的个人资料目录中。
Firefox stores all web storage data in a SQLite database named
webappsstore.sqlite
located in your profile directory.发现 sqlite 文件位于
/Users/[user_name]/Library/Application Support/Firefox/Profiles/[profile_name]/webappsstore.sqlite
您可以使用 SQLite Manager 来探索数据库。
Found sqlite file at
/Users/[user_name]/Library/Application Support/Firefox/Profiles/[profile_name]/webappsstore.sqlite
You can use SQLite Manager to explore the database.