//转 byte[] bytes; String str = new String(bytes, "GBK"); //回转 byte b; b = (byte)str.charAt(0); 相关文章: 2021-11-29 2022-02-01 2021-10-26 2022-12-23 2022-12-23 2022-12-23