dom 节点

javascript

2010-03-27 18:01

parentNode 父节点

childNodes 节点数组

firstChild    第一个节点

lastChild 最后一个节点

nextSibling 一下个节点

removeChild 删除节点

nodeType 节点类型

nodeValue 节点值

nodeName 节点名字

createElement()   创建元素

createTextNode()   创建文本

appendChild()   插入节点

暂记......