Array.prototype.my_unique = function () {. var a = this .concat(); //使用concat()再複製一份陣列,避免影響原陣列. for ( var i=0; i<a.length; ...
確定! 回上一頁