比如indexOf()方法,注意O是大写。var test="this is a test";if(test.indexOf("test")!=-1){//不等于-1表示该字符串包含子字符串。}
if (str1 == str2){}str1和str2表示字符串