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