java 不同编码之间进行转换,都需要使用unicode作为中转。 String str = "任意字符串";. str = new String(str.getBytes("gbk"),"utf-8"); 备注说明:.
確定! 回上一頁