Console.log IE9 issue

后端 未结 2 528
名媛妹妹
名媛妹妹 2021-01-01 20:03

I made a simple Task Manager using local.storage and I\'m using console.log to set some variables but with that, the entire task app doesn\'t work in IE.

Is there an

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-01 21:05

    There's no console.log in IE unless you have Firebug light on. It's gonna turn into a undefined method/variable error

    More information here: Does IE9 support console.log, and is it a real function?

提交回复
热议问题