Jquery判断某字符串中是否包含某个字符

if(!(to_city_value.indexOf("(")>0){

//code。。。。。

}

原文地址:https://www.cnblogs.com/hgj123/p/3725206.html