public void transfer(String xml) throws Exception {
        return new String(xml.getBytes("gbk"),"utf-8");
}

 

相关文章: