我有一个int int范围0-255,我想创建一个String(长度为1),以便该单个字符的ASCII值是指定的整数.
在Java中有一种简单的方法吗?
例:
65 -> "A" 102 -> "f"
java ascii
ascii ×1
java ×1