toUpperCase in the Char class is a static method, so the correct way to use it is: charArray = Char.toUpperCase(charArray);
確定! 回上一頁