按键精灵如何随机输入范围内的数据

2024年11月15日 21:24
有1个网友回答
网友(1):

Randomize //初始化随机数

a = int(rnd() * 99) + 1 //生成1~100之间的随机整数

Plugin.Msg.Tips a //显示