@ -52,7 +52,7 @@ this 是一个复杂的机制,JavaScript 标准定义了 \[\[ thisMode \]\]
- global - 表示当 this 为 underfined 时,取全局对象,对应普通函数。
- strict - 当严格模式时使用,this 严格按照调用时传入的值,可能为 underfined 或 null
实际上 this 也可以看作是
实际上 this 也可以看作是和词法
## 上下文栈