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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-06-21
  • 2022-01-14
  • 2021-08-06
  • 2022-12-23
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-11-30
  • 2021-07-06
  • 2021-10-10
相关资源
相似解决方案