在script标签内添加如下代码即可:
1 window.console = window.console || (function(){ 2 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(){}; 3 return c; 4 })();