62,620
社区成员
发帖
与我相关
我的任务
分享Document doc = new Document();
doc.addContent(e);
XMLOutputter xmlo = new XMLOutputter();
xmlo.output(doc, os);
//这里连接还是开着的
System.out.println("------------------>");
os.close();
//这个就关闭了,抛异常了
socket.getInputStream();