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

为什么nodeType输出不了

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
</head>
<body>
<div id="con">
  <p>javascript</p>
  <div>jQuery</div>
  <h5>PHP</h5>
</div>
<script type="text/javascript">
  var x=document.getElementById("con");
  document.write(x.firstChild.nodeName + "  " + x.firstChild.nodeValue + "  " + x.firstChild.nodeType + "<br>");
  document.write(x.lastChild.nodeName + "  " + x.lastChild.nodeValue + "  " + x.lastChild.nodeType);
 
</script>
</body>
</html>

正在回答

1 回答

我看错了,不好意思

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么nodeType输出不了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信