If you want to convert all the characters in a String object into a character array, the easiest way is to call toCharArray() method. It returns an array of ...
確定! 回上一頁