本帖最后由 pnupvghh 于 2022-10-17 15:39 编辑
通过节点能找到要输入的地方了,怎么把随机数r,写入
math.randomseed(os.time())
local r = math.random(1,100)
inputText(r)
local ret = nodeLib.findOne(0,0,0,0,{bounds={l=60,t=141,r=660,b=191},class="android.widget.EditText",id="com.microvirt.launcher2:id/show_text",level="8"},false)
if ret ~= nil then
print(ret)
end
|