Java的String中的subString()方法 public String substring(int beginIndex, int endIndex) 第一個int為開始的索引,對應String數字中的開始位置, 第二個是截 ...