请教,怎么把随机生成的数值写入到坐标位置
tap (100,100)
math.randomseed(os.time())
local r = math.random(1,100)
print(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