nodelist
基本解释
- 網絡站點列表
英汉例句
- XmlNodeList nodeList = document.
SelectNodes( "聯系人列表 "); - The nodes in the NodeList can be accessed through their index number (starting from 0).
節點列表中的節點可以同過其對應的索引數字進行訪問(從0開始計數)。 - The getElementsByTagName () method returns a NodeList of all a elements with a specified name.
方法的作用是:通過指定的名稱返廻所有元素的節點列表。 - If the selected node has no children, this property returns a NodeList containing no nodes.
如果以選擇的節點不包含子節點,那麽這個屬性返廻部包含任何節點的節點列表。 - The getElementsByTagName() method returns a NodeList of all a elements with a specified name.
方法返廻了一個與指定的名稱相對應的所有元素的節點列表。