数组去重最简单的方法

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

原文地址:https://www.cnblogs.com/tong-yao/p/10363247.html