A custom method. On the Java String class, we have toUpperCase, but this acts on all letters. We can use toCharArray and Character.toUpperCase to capitalize ...
確定! 回上一頁