... byte[] utf8 = new String(latin1, "ISO-8859-1").getBytes("UTF-8"); 要么byte[] utf8… ... 有谁知道如何将字符串从ISO-8859-1转换为UTF-8并重新转换为Java?
確定! 回上一頁