Cq_605
2017-03-26 14:02
请问哪里错了,不输出内容
document.write=("第"+(i+1)+"个节点名称为:"+x[i].nodeName+"<br/>");
document.write=("第"+(i+1)+"个节点值为:"+x[i].nodeValue+"<br/>");
document.write=("第"+(i+1)+"个节点类型为:"+x[i].nodeType+"<br/>");把document.write后面的=去掉
JavaScript进阶篇
469182 学习 · 22584 问题
相似问题