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.
IndexDB 不适用于网站(生产),而相同的代码和相同的脚本适用于我的测试网站(UAT)。
但它在 Chrome 中工作。当我去设置和本地存储和数据库时,我看不到我的生产 url。我只看到测试网址
任何猜测可能是什么问题。
谢谢维诺德
如果某些东西在 IE10 中不起作用但在其他浏览器中起作用,我会将其添加到 head 部分。
<meta http-equiv="X-UA-Compatible" content="IE=9"/>