JAVA語言中 String類的應用(下)

1.字符串查找   對應代碼如下:  public class Test{ public static void main(String[] args){ String str1 = "hello world world"; System.out.println(str1.contains("llo"));//查找對應字符內是否包含所需要的子字符串 System.
相關文章
相關標籤/搜索