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