IParentNode.QuerySelectorAll

IParentNode.QuerySelectorAll method

返回与选择器匹配的节点的所有元素后代。

public NodeList QuerySelectorAll(string selectors)
范围类型描述
selectorsString选择器。

返回值

返回针对上下文对象运行范围匹配选择器字符串选择器的静态结果。

也可以看看