gpt4 book ai didi

javascript - 如何用数组构造集合

转载 作者:IT老高 更新时间:2023-10-28 23:16:56 25 4
gpt4 key购买 nike

我正在使用 Node.JS v0.11.3 中的 Set--harmony 标志。 API 工作正常,我可以 addremoveclear 等。但是我无法使用数组初始化集合。我试过了(根据 the MDN page 的提示)

var mySet = new Set([1, 1, 2]);

如何将数组转换为集合? MDN过时了吗? Node.JS 是否根本没有实现该功能?

最佳答案

v8 implementationSet 构造函数尚不支持 current draft of the Harmony specification 的 §15.16.1.1 中提到的 iteratorcomparator 参数,并且 node 使用 v8 作为其 JavaScript 解释器。

作为创可贴,您可以使用 simplesets package .

关于javascript - 如何用数组构造集合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17515498/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com