es6數(shù)組去重, 復(fù)制es6數(shù)組其實(shí)有三種方式,分別是使用數(shù)組的Set對象和from方法,具體的代碼語法是“array。from(new set(arr))";利用集合和擴(kuò)展算子的方法,
具體的代碼語法是"[.新設(shè)置(arr)]";使用地圖對象和數(shù)組的過濾方法。
參考示例:
1.使用Set object和array的from方法,具體代碼語法為“Array.from(new Set(arr))”。
示例代碼:
const newArr=Array.from(new Set(arr));
代碼用法示例:
var arr=[1,1,8,8,12,12,15,15,16,16];
function unique (arr) {
return Array.from(new Set(arr))
}
console.log(unique(arr))
//[1,8,12,15,16]
2.使用集合和擴(kuò)展操作符,具體的代碼語法是"[.新設(shè)置(arr)]”。
示例代碼:
const newArr=[.new Set(arr)];
3.使用映射對象和數(shù)組的過濾方法。
代碼用法示例:
function unique(arr) {
const res=new Map();
return arr.filter((a)=!res.has(a) res.set(a, 1))
}
es6數(shù)組去重,以上就是本文為您收集整理的es6數(shù)組去重最新內(nèi)容,希望能幫到您!更多相關(guān)內(nèi)容歡迎關(guān)注。