标签:es6 bind var bsp 函数 使用 保存 变量 null
改变this 的指向
1.call:参数1 this指向,参数2 任意类型
2.apply:参数1 this指向,参数2 数组 (参数一为null指向的是本身)
3.bind 绑定
3.var一个变量保存this指向
4.使用es6的箭头函数
s
this 指向
原文地址:https://www.cnblogs.com/xiaoeshuang/p/13187565.html