Array.prototype.except = function(keys){ return this.filter((x,i) => keys ... keys) { removed.push(this[i]); } } } return removed; }; var array = [1, 2, ...
確定! 回上一頁