乱码问题的解决方案: 中文乱码问题的解决方法:new String (xx.getBytes("iso-8859-1","gbk"));request.setCharacterEncoding("gbk");Encoding="gbk";contentType="text/xml,gbk";