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.
方法返回了一个与指定的名称相对应的所有元素的节点列表。