我正在尝试编写一个servlet,它将通过POST将XML文件(xml格式的字符串)发送到另一个servlet。(非必要的xml生成代码替换为“你好”)StringBuildersb=newStringBuilder();sb.append("Hellothere");URLurl=newURL("theservlet'sURL");HttpURLConnectionconnection=(HttpURLConnection)url.openConnection();connection.setRequestMethod("POST");connection.setRequestPro