摘要: var array =[]; Array.prototype.push = function (){ for (var i=0; i< arguments.length; i++){ this[this.length]= arguments[i]; } return this.length; } 阅读全文
posted @ 2019-08-13 20:46 呼吸之间 阅读(322) 评论(0) 推荐(0)