生成随机字母 = string.char(math.random(0,25) + 97)
生成随机数字 =math.random(0,9)
生成随机字母 = string.char(math.random(0,25) + 97)
生成随机数字 =math.random(0,9)
--◆◇activator 飞行模式控制
function activator_airplane(mub) --◆◇activator 飞行模式控制:1打开飞行模式 2关闭飞行模式
if mub == 1 then
os.execute("activator send switch-on.com.a3tweaks.switch.airplane-mode")
else
os.execute("activator send switch-off.com.a3tweaks.switch.airplane-mode")
end
end
--需装入手执插件 activator
这种问题一直都有,一般9系统运行一天以上都会出现,最好是加上重启手机+脚本自动运行
问 求助如何随机生成6位数字母或数字?