回味JS基础:call apply 与 bind

2016-03-09
阅读 7 分钟
7.7k
在JavaScript中,call、apply和bind是Function对象自带的三个方法,本文将通过几个场景的应用,来详细理解三个方法。