改变this指向的三大方法原理都是在需要绑定的上下文中添加一个函数,执行函数,删除函数,返回结果。
call Function.prototype.xf_call = function (thisArg, ...args) {
2023-06-12