String str = new String("xxx".getBytes("iso-8859-1"),"utf-8");
解决中文页面乱码
最新推荐文章于 2024-08-09 10:20:37 发布
String str = new String("xxx".getBytes("iso-8859-1"),"utf-8");