js学习笔记- 11 - this

1.函数预编译过程this  --> window

2.全局作用域里 this  -->  window

3.call/apply 可以改变函数运行时  this 的指向

4.obj.func(); func()里面的this 指向 obj



5.arguments

arguments.callee

func.



6.深度克隆


猜你喜欢

转载自blog.csdn.net/qq_25131799/article/details/80095324