是字节数组转 String还是单纯把byte 转为 Stringbyte[] 转 String,可以使用 String 的构造器:String s = new String(bytes);String s = new String(bytes,"UTF-8");