Object.defineProperty(Array.prototype,'range',{ value:function(start,end){ this.length = end-start; for(var i=0;i<this.length;i++){ this[i] ...
確定! 回上一頁