Learn how to copy a string into an array of characters. ... toCharArray(str); for (char c : chars) { System.out.print(c+" "); } } }.
確定! 回上一頁