数组去重最简单的方法

console.log(...(new Set([1,2,3,4,5,6,4,3,2,2,3,4,5,5,3,3])))

posted on 2019-02-11 21:25  阿垚  阅读(417)  评论(0编辑  收藏  举报