gpt4 book ai didi

javascript - underscore.js - 确定数组数组中的所有值是否匹配

转载 作者:行者123 更新时间:2023-12-02 23:48:28 25 4
gpt4 key购买 nike

我有一个数组数组,看起来像这样:

[["Some string", "Some other string"],["Some third string", "some fourth string"]]

我想我可以使用Underscore中的_.all方法确定所有数组是否 100% 匹配(即它们的所有值都匹配),但我不确定如何编写所需的迭代器来运行检查。

有人有想法吗?

最佳答案

为什么不交叉? (如果你真的想为此使用一些下划线函数) http://underscorejs.org/#intersection

如果数组的长度相同,并且交集的长度等于数组的长度,则它们都包含相同的值。

关于javascript - underscore.js - 确定数组数组中的所有值是否匹配,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10110510/

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