var o = {
a:11,
b: () => {
console.log('this is', this);
}
o.b();
为什么this指向了window?
智慧大石
哈士奇WWW
海绵宝宝撒
相关分类