body.parentNode跟body.parentNode.parentNode的區別是啥?
body.parentNode就是html这个节点,html的父节点就是document对象,最顶级的,在调用一次parentNode就是null了,到达顶层