本帖最后由 cyh326 于 2021-10-9 00:52 编辑
local ret = nodeLib.findAll({bounds={l=200,t=0,r=0,b=0},class="com.lynx.tasm.behavior.ui.text.FlattenUIText"},true)
if ret ~= nil then
print(ret)
end
这是你的代码,单代码看nodeLib.findAll这个应该是历遍出所有符合要求的控件,我猜测
但是肯定找不到的,bounds的参数错误怎么可能找得到
你一直要我看截图,难道是我理解错误???
|