摘要: //bind Function.prototype.bind1 = function(){ let args = Array.prototype.slice.call(arguments); let t = args.shift(); let self = this; return function 阅读全文
posted @ 2020-03-21 14:54 chenlw101 阅读(304) 评论(0) 推荐(0) 编辑