charAt (2); // Get the 3rd character of t: w char[] ca = t.toCharArray(); // Convert string to an array of characters t.getChars(0, 3, ca, 1); // Put 1st 4 ...
確定! 回上一頁