int i = Integer.parseInt("B8DA3", 16); ASCII Code的轉換 1.ASCII code to String int i = 64; String aChar = new Character((char)i).toString(); 2.integer to ASCII code ...
huangfuchung.pixnet.net