摘要: Function.prototype.myBind = function(obj,...rest){ let that = this let bound = function(...args){ let params = [...rest,...args] that.apply(this.const 阅读全文
posted @ 2020-06-29 12:02 671_MrSix 阅读(134) 评论(0) 推荐(0)