这个函数为什么要再嵌套一层函数呢?Function.prototype.bind=function(context){ return this.apply(context,arguments) }这样写不行吗 查看完整描述