摘要: 1.call/apply Function.prototype.myCall = function (context, ...args) { if (typeof this !== 'function') return; var fun = this; context._fn = fun; // T 阅读全文
posted @ 2019-05-21 17:48 rencoo 阅读(756) 评论(0) 推荐(0) 编辑