String的使用方法

String當中與獲取相關的常用的方法有: public int length() 獲取字符串當中含有的字符個數,拿到字符串長度。 public String concat(String str) 將當前字符串和參數字符串拼接成爲返回值新的字符串 public char charAt (int index)獲取指定索引位置的單個字符,(將索引從0開始) public int indexof(Str
相關文章
相關標籤/搜索