js去重簡單明瞭

var arr = [1,2,3,6,7,8,2,1,3]; console.log(new Set(arr)) 這樣就實現了數組去重!web
相關文章
相關標籤/搜索