You can use Character.toString(char) . Note that this method simply returns a call to String.valueOf(char) , which also works.
確定! 回上一頁