-- 点击函数封装
function click(x, y)
touchDown(0, x, y)
mSleep(100)
touchUp(0)
end
function main()
bl = getVersion()
if tonumber(string.sub(bl, 1, 1) .. string.sub(bl, 3,3) .. string.sub(bl, 5,5)) < 332 then
notifyMessage("请使用332版本以上的触摸精灵",5000)
else
notifyMessage(bl,5000)
os.exit();
end
end
如何获取触摸精灵的版本号??
最新推荐文章于 2020-12-17 08:07:34 发布