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.
我的网站有一个奇怪的问题,但仅限于 Internet Explorer!
当我打开网站时,即仅加载背景颜色,但如果我在键盘上按 F12 女巫打开开发人员工具,然后我刷新页面,网站正常显示没有任何问题......有什么建议吗?
我猜是因为您在代码中使用了 console.log
在 IE 中打开开发者工具后,console.log 可用。使用try catch;
try{ console.log('log') } catch(err){ }