元素、文本、属性
2.
querySelector() querySelectorAll()
getElementById() getElementsByTagName() getElementsByName()
3.
childNodes[0] firstChild lastChild
parentNode nextSibling previousSibling
nodeName nodeType(132) nodeValue
原文:https://www.cnblogs.com/lgyong/p/8998967.html