java - How to convert ASCII code (0-255) to a String of the ...

java - How to convert ASCII code (0-255) to a String of the ...

瀏覽:320
日期:2025-06-15
I have an int int the range 0-255, and I want to create a String (of ... Character. toString ((char) i); ... System.out.println((char)65); would print "A" ......看更多