Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
关于如何在 IE 10 上查看 localStorage 的任何想法?我在 IE 开发人员工具中,然后我试图将 localStorage 添加到 Watch 中,但它说它是未定义的。谢谢
转到 devtool (F12) --> 转到“控制台”选项卡并输入 localStorage。
或者
尝试将其添加到监视列表中:“脚本”选项卡 -> 观察 -> 输入 localStorage 并刷新以查看更改。
即使我使用的是相同的。只需刷新并检查: