摘要:
reduce Array.prototype.myReduce = function(fn,initVal){ if(typeof fn !== 'function'){ throw Error('Type Error') } const arr = this; if(arguments.lengt 阅读全文
posted @ 2022-04-14 17:18
零1111
阅读(78)
评论(0)
推荐(0)
浙公网安备 33010602011771号