gpt4 book ai didi

javascript - 使用 should.js 如何检查数组中是否不存在字符串?

转载 作者:行者123 更新时间:2023-12-03 07:19:30 26 4
gpt4 key购买 nike

想检查数组中是否存在字符串,我们执行 someArray.should.contain('str'),但我找不到对此的否定案例检查。

最佳答案

使用 .not应该工作:someArray.should.not.contain('str')

should.js README没有提到 .contain()。因此,如果简单地插入 .not 不起作用,请使用 .containEql() .

关于javascript - 使用 should.js 如何检查数组中是否不存在字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29851602/

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