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;
})();

 

posted @ 2018-03-19 15:24  neo_o  阅读(203)  评论(0编辑  收藏  举报

愿你的生活只有诗和远方