摘要: call实现原理 Function.prototype.call = function () { var ctx = arguments[0] || window; ctx.fn = this; var args = []; for(let i = 0; i < arguments.length; 阅读全文
posted @ 2020-05-09 10:28 心之所指,行之所至 阅读(176) 评论(0) 推荐(0)