Google Chrome 开发者工具:缺少存储选项卡
由于未知原因,当我使用 Google chrome(版本 9.0.597.84)时,开发人员工具未显示“存储”选项卡(例如,在 http://www.html5rocks.com/tutorials/developertools/part1/#toc-overview-storage 和 http://webdevlife.com/getting-started-with-localstorage-in-html5/ ),我需要检查和修改 localStorage。知道我会做什么来获得这个选项卡或者什么是解决方法吗?我知道我可以简单地转储 localStorage 并且可以编写代码来修改它,但这可能是我工作中持续关注的问题,我真的很想拥有一个合适的工具。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它现在位于“存储”树节点项内的资源选项卡下。我为此提交了一份错误报告:
http://code.google.com/p/html5rocks/issues/detail ?id=421
希望有帮助!
It is now under the resources tab within the "Storage" tree node item. I submitted a bug report for this:
http://code.google.com/p/html5rocks/issues/detail?id=421
Hope that helped!
我建议您使用 Firefox 或者您可以在 google chrome 上的应用程序选项卡中访问本地存储
I recommend you to use firefox or you can access local storage in application tab on google chrome