Javascript里使用Dom操作Xml-asp.net入门笔记(十一)[13]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

Applies the specified pattern-matching operation to this node's context and returns the first matching node

返回第一个匹配的项

224  selectNodes

Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as IXMLDOMNodeList

符合条件的所有项。

225  getElementsByTagName

Returns a collection of elements that have the specified name

返回与元素名匹配的一个node的集合

本文关键:Javascript里使用Dom操作Xml-asp.net入门笔记(十一)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top