摘要: 1.编码 public class EncodeDemo { public static void main(String[] args) { String s = "聪123"; byte[] b1 = s.getBytes(); //转换成字节序列用的是项目默认的编码 for (byte b : 阅读全文
posted @ 2020-04-13 10:11 豆莱浆渠 阅读(196) 评论(0) 推荐(0)