Defry

博客园 首页 新随笔 联系 订阅 管理

2016年6月12日 #

摘要: /*XML结果解析*/ Document document = DocumentHelper.parseText(resultStr); Element root = document.getRootElement(); String backStatus = root.element("Body" 阅读全文
posted @ 2016-06-12 11:24 Defry 阅读(120) 评论(0) 推荐(0) 编辑