摘要: 先写一个骨架 1 Object.assign(Function.prototype, { 2 myCall, 3 myApply, 4 myBind, 5 }); 6 7 function myCall(_this, ...arg) {} 8 9 function myApply(_this, ar 阅读全文
posted @ 2022-10-20 08:29 万物有序 阅读(60) 评论(0) 推荐(0) 编辑