提交 324d6e42 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 acfc297d
......@@ -52,7 +52,6 @@ class XMLParse {
InputSource is = new InputSource(sr);
log.error("第三方平台全网发布is解析===============================" + is);
Document document = db.parse(is);
log.error("第三方平台全网发布document解析===============================" + db.parse(is));
Element root = document.getDocumentElement();
log.error("第三方平台全网发布root解析===============================" +root);
NodeList nodelist1 = root.getElementsByTagName("Encrypt");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论