bind,call,apply的区别要想理解bind,call,apply的区别,我们先来理清楚this的概念在ES5中的this永远指向最后调用他的那个对象。
Examp1:
123456const name = "o
2020-03-24