摘要:
https://www.cnblogs.com/push-blackpearl/articles/11282658.html 阅读全文
摘要:
indexOf()方法:返回待匹配串的出现的第一个位置;如果不匹配,返回-1 String str1="XABCYZ"; String str2="ABC"; System.out.println(str1.indexOf(str2));//1 System.out.println(str1.ind 阅读全文