将iso-8859-1编码的字符串转换成utf-8时间:2025-02-09 08:27:36 将iso-8859-1编码的字符串转换成utf-8 很简单只需要如下操作即可 String string= new String(("iso-8859-1"),"utf-8");