如下代码在浏览器中运行正常,在Node中运行报错:a is not defined
请问this在Node和V8中的区别是什么?
```javascript window = this window.a = 10 console.log(a)
```
https://blog.csdn.net/nullccc/article/details/108931703