this关键字的指向 1.构造函数中的this指向实例化对象 2.对象中函数this指向当前的对象 3.在普通函数中this指向window 4.在定时器中this指向window 5.时间函数this指向事件源 6.箭头函数this指向父级作用域