摘要:1.call 实现(apply 类似) Function.prototype.call= function(context){ context = context || window; context.fn = this; let args =[]; for(let i=1;i<arguments.
阅读全文
posted @ 2020-06-02 23:19
posted @ 2020-06-02 23:19
posted @ 2019-12-12 19:50