2.1.7 documentElement
Contains the root element of the document
xml的根节点
上面的xml的根节点为"book"
2.1.8 nextSibling
Contains the next sibling of the node in the parent's child list. Read-only.
下一个兄弟节点,只读
Contains the root element of the document
xml的根节点
上面的xml的根节点为"book"
Contains the next sibling of the node in the parent's child list. Read-only.
下一个兄弟节点,只读