新手求教,随机生成的数值写入

[复制链接]
查看1673 | 回复3 | 2022-10-12 17:53:33 | 显示全部楼层 |阅读模式
求教,怎么把随机生成的数值写入到坐标位置
tap (100,100)
math.randomseed(os.time())
local r = math.random(1,100)
print(r)

?????


在(100,100)点一下,并输入随机数字
回复

使用道具 举报

pnupvghh | 2022-10-17 13:28:01 | 显示全部楼层
write?
io.write?
回复

使用道具 举报

pnupvghh | 2022-10-17 15:35:44 | 显示全部楼层
本帖最后由 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

回复

使用道具 举报

pnupvghh | 2022-10-21 21:24:19 | 显示全部楼层
已解决,多谢3群大神!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

6

主题

13

帖子

59

积分

注册会员

Rank: 2

积分
59