Fe-interview: [js] 第266天 window.console.log()和console .log()有区别吗?体现在哪里?

Created on 6 Jan 2020  ·  2Comments  ·  Source: haizlin/fe-interview

第266天 window.console.log()和console .log()有区别吗?体现在哪里?

作者:cxwht

我也要出题

js

Most helpful comment

不一样,window.console.log只能在浏览器中使用

console.log在浏览器、Node等其他环境中都可以使用

All 2 comments

要看上下文环境吧!一般都是window下的。

不一样,window.console.log只能在浏览器中使用

console.log在浏览器、Node等其他环境中都可以使用

Was this page helpful?
0 / 5 - 0 ratings