'console' is undefined error for Internet Explorer

前端 未结 21 1837
-上瘾入骨i
-上瘾入骨i 2020-11-22 04:49

I\'m using Firebug and have some statements like:

console.log(\"...\");

in my page. In IE8 (probably earlier versions too) I get script err

21条回答
  •  南旧
    南旧 (楼主)
    2020-11-22 05:21

    You can use console.log() if you have Developer Tools in IE8 opened and also you can use the Console textbox on script tab.

提交回复
热议问题