String字符串编码解码格局
String.getBytes()//办法是得到一个操作体系默许的编码格局的字节数组。
String.getBytes(String decode)//办法会依据指定的decode编码返回某字符串在该编码下的byte数组表现
new String(byte[] b,String decode)//依照指定的办法编码
String.getBytes()//办法是得到一个操作体系默许
String.getBytes()//办法是得到一个操作体系默许的编码格局的字节数组。
String.getBytes(String decode)//办法会依据指定的decode编码返回某字符串在该编码下的byte数组表现
new String(byte[] b,String decode)//依照指定的办法编码
String.getBytes()//办法是得到一个操作体系默许