Character 類用於對單個字符進行操作。 Character類在對像中包裝一個基本類型char的值. 實例. char ch = 'a'; // Unicode 字符表示形式char uniChar = '\u039A'; ...
確定! 回上一頁