int length (), 傳回字串的長度,也就是字串中有幾個字元. char charAt(int index), 取出字串中index位置的字元. int indexOf(int ch), 在字串中尋找ch字元第一次出現 ...
確定! 回上一頁