詞語:nodelist
nodelist的意思
NodeList 節點列表;站名表;網絡站點列表;子節點;
nodelist的參考例句
1.The getElementsByTagName() method returns a NodeList of all a elements with a specified name. 方法返回了一個與指定的名稱相對應的所有元素的節點列表。
2.The getElementsByTagNameNS() method returns a NodeList of all elements with a specified name and namespace. 方法返回了一組包含指定名稱和命名空間的元素節點列表。
3.The NodeList keeps itself up-to-date. If an element is deleted or added, in the node list or the XML document, the list is automatically updated. 節點列表將會自我更新。如果節點列表或XML文檔中的元素被添加或是刪除,那麼列表中的元素將會自動更新。