gpt4 book ai didi

javascript - javascript中startsWith()的相反方法

转载 作者:行者123 更新时间:2023-12-05 01:12:51 25 4
gpt4 key购买 nike

我知道 startsWith() 在 js 中的作用。有没有一种方法可以检查 startsWith() 的作用?类似于“notstartsWith()”。我想要一个方法,如果字符串以模式开头则返回 false,否则返回 true。

最佳答案

startsWith 与要检查的字符串一起使用,然后使用 ! 反转检查:

if (!str.startsWith('foo')) {
// string does not start with foo
}

关于javascript - javascript中startsWith()的相反方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61339353/

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