摘要:
//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
阅读(309)
评论(0)
推荐(0)
浙公网安备 33010602011771号