var unboundBind = Function.prototype.bind
, bind = Function.prototype.call.bind(unboundBind);
请教为什么可以这样使用,这样使用的好处在哪里?
相关分类