求解求解?
为什么
var mylist = document.getElementById("tcon");
document.write(mylist.parentNode.parentNode.parentNode.innerHTML);的输出结果和
var mylist = document.getElementById("tcon");
document.write(mylist.parentNode.parentNode.parentNode.lastChild.innerHTML);不同