parentNode 父节点childNodes 节点数组firstChild 第一个节点
lastChild 最后一个节点
nextSibling 一下个节点 removeChild 删除节点nodeType 节点类型 nodeValue 节点值nodeName 节点名字
createElement() 创建元素
createTextNode() 创建文本
appendChild() 插入节点
暂记......