请问哪里错了,不输出内容
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后面的=去掉