如题所述
在将 baty数组 和String进行转换时可以指定 字符编码
byte转 String
new String(byte[],"字符编码")
2.String转 byte
String.dobyte("字符编码")