ASCII Code的轉換 1.ASCII code to String int i = 64; String aChar = new Character((char)i).toString(); 2.integer to ASCII code (byte) char c = 'A'; int i ...
確定! 回上一頁