搜索文档
执行所有已提交的操作。注意不调用 exec() 则节点查找和节点操作都不会实际执行。
exec()
exec(): void;
无。
无(undefined)。
undefined
lynx .createSelectorQuery() .select('#my-id') .invoke({ method: 'boundingClientRect', success: function (res) { console.log(res); }, fail: function (res) { console.log(res.code, res.data); }, }) .exec();
LCD tables only load in the browser with JavaScript enabled. Enable JavaScript to view data.