首页 新闻 会员 周边
3
回答数

已解决问题 50 JavaScript 为什么 this 指向全局对象

'use strict' function fn() { console.log(this) } setTimeout(fn, 0) JavaScript 为什么 this 指向全局对象