indexOf(String s)的使用,如果包含,返回的值是包含该子字符串在父类字符串中起始位置: 如果不包含必定全部返回值为-1 package my_automation; public class z_test { public static void main(String[] args) { String test = "This is test for string"; System.out.println(test.indexOf("This"));…
like SELECT * FROM wx_webauth_userinfo where city LIKE "%台%";"; 结果: 函数find_in_set(str1,str2); ; 结果: SELECT FIND_IN_SET(city,"丰台,烟台,发过") FROM `wx_webauth_userinfo`; mysql的字符串函数find_in_set(str1,str2)函数是返回str2中str1所在位置的索引,str2必须以“,”分…