可能重复:
Common idiom to avoid IE throw: Error: 'console' is undefined
'console' is undefined error for internet explorer
有没有一种可靠的方法可以防范“console.log”导致IE中出现错误?
虽然我发现console.log非常有用,但它始终是Internet Explorer的悲痛之源。
如果只是我在代码中留下的陈述,那很好,我可以解决这个问题。但有时我发现我正在使用的JavaScript库中存在“console.log”调用 - 这会导致IE崩溃,或者在IE8 / 9上,只有在开发工具控制台窗口(F12)打开时才能运行。
我要找的是: