JS 自定義數組方法

(function(){ //判斷數組是否有重複項(若是數字字符串相似相同,返回的仍是真,有點不靠譜) /*Array.prototype.isItemRepeat = function(){ return /(\x0f[^\x0f]+)\x0f[\s\S]*\1/.test("\x0f"+ this.join("\x0f\x0f") + "\x0f"); }*/ //方法一: Array
相關文章
相關標籤/搜索