Strint str = new String(bytes); //.java 文件默认的编码Strint str = new String(bytes, "utf-8"); //unicode 2位Strint str = new String(bytes, "gbk"); //中文简体