为了账号安全,请及时绑定邮箱和手机立即绑定

eclipse 没有输出

eclipse 没有输出

慕勒7258520 2017-09-16 21:26:17
<?xml version="1.0" encoding="UTF-8"?><addresslist> <name>李兴华</name></addresslist>import java.io.* ;import org.w3c.dom.* ;import javax.xml.parsers.* ;public class wwee { public static void main(String args[]) throws Exception { // 取得DocumentBuilderFactory类的对象 DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance() ; // 取得DocumentBuilder类的对象 DocumentBuilder build = factory.newDocumentBuilder()  ; Document doc = build.parse("123.xml") ; NodeList nl = doc.getElementsByTagName("name") ; // 输出节点 System.out.println("姓名:" + nl.item(0).getFirstChild().getNodeValue()) ; }}
查看完整描述

目前暂无任何回答

  • 0 回答
  • 1 关注
  • 1301 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信