this指向有哪些 寂寞一支烟 2023-02-22 46 阅读1分钟 1普通函数中this指向window 2定时器中this指向window 3箭头函数没有this,他的this】指向取决于外部环境 4事件中的this调用者 谁调用指向谁 5构造函数中this和原型对象的this,都是指向构造函数new出来的实例对象 6类class中的this 指向constructor构造器new出来的实例对象 7自调用函数this指向window