Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道java使用二进制补码来表示字节类型。但是,有没有一种简单的方法可以将表示 0-255 范围内的数字的字符串解析为一个字节?
例如,我希望以下代码能够解析值(218,230 等)
Byte.valueOf((String) value)