1 函数预编译时 this —> window2 全局作用域里 this —> window3 call/apply 可以改变函数运行时this指向4 obj.func(); func()里面的this指向obj 即谁调用就指向谁