这个怎么看?求解释!
document.write(x.firstChild.firstChild.nodeName+" "+x.firstChild.firstChild.nodeValue+" "+x.firstChild.firstChild.nodeType+"<br/>");
document.write(x.lastChild.nodeName+" "+x.lastChild.firstChild.nodeValue+" "+x.lastChild.firstChild.nodeType);