乐趣区

ES6后数组可以快速去重

let arr2 = Array.from(new set(arr1))
其中 arr1 是原数组,arr2 是去重后的新数组

退出移动版