const set = new Set([1, 2, 3, 4, 4]); [...set] // [1, 2, 3, 4] // 去除数组的重复成员 [...new Set(array)]
本文标题:set
本文链接:https://www.haomeiwen.com/subject/gjumextx.html
网友评论