浏览器中顶级对象是window,node中顶级对象是啥?
问下:)
4 回复
console.log(this);
global
@kenticny > this==global true
什么时候this不等于global?
@kingapple this的作用域变了的时候:)
问下:)
console.log(this);
global
@kenticny > this==global true
什么时候this不等于global?
@kingapple this的作用域变了的时候:)