Node.js:String包含另一个字符串
这个问题在这里已经有了答案:
你可以使用.indexOf()
:
if(str.indexOf(substr) > -1) {
}
链接地址: http://www.djcxy.com/p/2041.html
这个问题在这里已经有了答案:
你可以使用.indexOf()
:
if(str.indexOf(substr) > -1) {
}
链接地址: http://www.djcxy.com/p/2041.html