lynx: querySelectorAll(selector: string)
在页面的子元件中查找所有满足指定选择器的元件。
语法
参数
selector
指定选择器,支持的选择器列表见 selector。
返回值
MainThread.Element[] 或 []。
兼容性
LCD tables only load in the browser
在页面的子元件中查找所有满足指定选择器的元件。
指定选择器,支持的选择器列表见 selector。
MainThread.Element[] 或 []。
LCD tables only load in the browser