利用Set对象去重 set是es6新增的数据类型,里面是没有重复数据的,所以直接使用set就能得到一个去重后的数组 let array = [1, 1, 2, 3, 4] let arr1 = Ar ...

关注我们的公众号

微信公众号