Document.GetElementsByTagNameNS

Document.GetElementsByTagNameNS method

按文档顺序返回具有给定本地名称和命名空间 URI 的所有元素的节点列表。

public HTMLCollection GetElementsByTagNameNS(string namespaceURI, string localName)
范围类型描述
namespaceURIString命名空间 URI。
localNameString本地名称。

返回值

返回 nodes

也可以看看