开发 API KSML SelectorQuery SelectorQuery.selectAll
# SelectorQuery.selectAll(string selector)
更新时间:2024-08-19 18:32:20
在当前页面下选择匹配选择器 selector 的所有节点。
# 参数
# string selector
选择器
# 返回值
# NodesRef
# selector 语法
selector 类似于 CSS 的选择器,但仅支持下列语法。
- ID 选择器:#the-id
- class 选择器(可以连续指定多个):.a-class.another-class
- 子元素选择器:.the-parent > .the-child
- 后代选择器:.the-ancestor .the-descendant
- 跨自定义组件的后代选择器:.the-ancestor >>> .the-descendant
- 多选择器的并集:#a-node, .some-other-nodes
上一篇:《SelectorQuery.select》
下一篇:《SelectorQuery.selectViewport》
仍有疑问? 前往社区提问