經安全檢測,此網站為安全網站,請放心前往原始網址!

Java - Change int to ascii - Stack Overflow

2011年3月16日 - Do you want to convert int s to char s?: int yourInt = 33; char ch = (char) yourInt; System.out.println(yourInt); System.out.println(ch); // Output: // 33 // !

stackoverflow.com

網址安全性掃描由 google 提供