基本解釋網(wǎng)絡(luò)站點列表同根派生 nodelist相關(guān)詞英漢例句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é)點列表。nodelist更多例句