主页
JavaScript
JavaScript this 关键词
tryjs_this_strict
运行 ❯
×
更改方向
保存代码
更改主题
JavaScript
this
关键字
在函数中,默认情况下,
this
指的是 Global 对象。
在严格模式下,
this
是
undefined
,因为严格模式不允许默认绑定: