标签:
用String类中的indexOf函数,例如:String str="we find out sth";if(str.indexOf("o")==-1){ //等于-1表示这个字符串中没有o这个字符//do something}else{//do something}
JS判断字符串中是否存在某个字符
原文地址:http://www.cnblogs.com/benpaodexiaopangzi/p/5915966.html