js 实现reduce、forEach、map ... reduce. Array.prototype.myReduce = function(fn,prev) { for(let i = 0;i< this.length;i++){ if(typeof prev ...
確定! 回上一頁