java字符串經常使用操做(查找、截取、分割)

public class 字符串經常使用操做 { public static void main(String[] args) { /* * 查找子串 */ String str1="dwqae12232aebdalf"; //查找指定字符第一次出現的位置 int first1=str1.indexOf(97);//參數爲字
相關文章
相關標籤/搜索