ES6 的箭头函数

127 阅读1分钟

1.call apply bind 不可以改变 箭头函数中的this指向

2.箭头函数不可以做构造函数

3.箭头函数中this指向它的定义位置作用域。this已经死掉了,不可以修改了