摘要: 运行原理 当调用fn.call/apply/bind时,首先基于fn.__proto__找到在Function.prototype.call/apply/bind把方法执行,方法中的this->fn。方法执行的作用就是:把fn[this]执行,并且让方法fn[this]中的this指向第一个传递的实 阅读全文
posted @ 2022-02-28 15:27 guyigg 阅读(43) 评论(0) 推荐(0)