返回<li> 元素父节点:
document.getElementById("item1").parentNode;
parentNode 属性可返回某节点的父节点。
如果指定的节点没有父节点则返回 null 。
所有主要浏览器都支持 parentNode 属性
node.parentNode