在页面中加入以下代码:
window.console = window.console || (function() {
var c = {};
c.log = c.warn = c.debug = c.info = c.error = c.time = c.dir = c.profile = c.clear = c.exception = c.trace = c.assert = function() {};
return c;
})();
Posted neo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了console在ie下不兼容的问题(console在ie9下阻碍页面的加载,打开页面一片空白)相关的知识,希望对你有一定的参考价值。
在页面中加入以下代码:
window.console = window.console || (function() {
var c = {};
c.log = c.warn = c.debug = c.info = c.error = c.time = c.dir = c.profile = c.clear = c.exception = c.trace = c.assert = function() {};
return c;
})();
以上是关于console在ie下不兼容的问题(console在ie9下阻碍页面的加载,打开页面一片空白)的主要内容,如果未能解决你的问题,请参考以下文章