this

2018-09-26  本文已影响0人  _William_Zhang

对象与函数的关系

JS 中 对象 函数 没有关系,JS 之父通过 this 强行使得它们有关系。

obj.fn.call(obj, 1,2,3) => obj.fn(1,2,3)
this 函数是独立于对象的 this this this到底是啥? this到底是啥? this到底是啥 this 箭头函数的this

* 箭头函数的 this 等于外面的 this

上一篇下一篇

猜你喜欢

热点阅读