变量this指向 “use strict” 变量1、变量必须先声明在使用2、不能随意删除已声明的变量 this指向1、全局作用域中函数的this是 undefined2、构造函数不加new调用,this是undefined3、定时器下this指向window