1、函数预编译过程this指向window
2、全局作用域里this指向window
3、call/apply 可以改变函数运行时this指向
4、obj.func( ); func( )里面的this指向obj
this
原文:https://www.cnblogs.com/cuishuangshuang/p/13276885.html