分类: study

今天也要努力哦 .

Java 编码转换

// 乱码字符串编码转换
String luanma = "小王";
//将utf8 转为 iso 
String ISO_s = new String(luanma.getBytes(Stan[......]

阅读全文