很简单只需要如下操作即可

String string= new String(string.getBytes("iso-8859-1"),"utf-8");

 

相关文章: