本帖最后由 152324093 于 2022-4-22 05:46 编辑
print(ret.bounds) 返回节点 范围坐标
注意
返回 坐标 顺序不是正常顺序 自己调整
- local ret = nodeLib.findOne(0,0,0,0,{class="android.widget.ImageView",id="",index="0",level="15",package="com.mobile.maomao"},true)
- if ret ~= nil then
- print(ret.bounds)
- end
复制代码
|