javascript 为什么 IE 浏览器显示“scanstyles 在 webkit/firefox Internet Explorer 中没有任何作用”?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21472628/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Why IE browser show "scanstyles does nothing in webkit/firefox internet explorer"?
提问by saravankg
In IE browser show some time this script error scanstyles does nothing in webkit/firefox/opera
.
Can we fix this issue on our code?
在IE浏览器中显示一段时间这个脚本错误scanstyles does nothing in webkit/firefox/opera
。我们可以在我们的代码上解决这个问题吗?
回答by user3267103
Locate curvycorners.js and comment out curvycorners.alert("Scanstyles does nothing in ...");
找到curvycorners.js 并注释掉curvycorners.alert("Scanstyles does nothing in ...");
See http://www.witti.ws/blog/2013/12/09/scanstyles-does-nothing-webkitfirefoxfor a more complete explanation.
有关更完整的解释,请参阅http://www.witti.ws/blog/2013/12/09/scanstyles-does-nothing-webkitfirefox。