按键精灵 怎么实现输出0~100
答案:2 悬赏:30 手机版
解决时间 2021-04-04 03:53
- 提问者网友:焚苦与心
- 2021-04-03 17:20
我想做个脚本申请账号用的,密码都统一,但是账户名是从aa000~aa100,用循环语句,怎么实现它自动申请账号就是从aa000~aa100??
最佳答案
- 五星知识达人网友:洒脱疯子
- 2021-04-03 18:29
调试下面代码,你理解代码后根据自己需要修改程序就行了。
For i = 0 To 100
Zeros = String(3 - Len(i), "0")
AccountNames = "aa" & Zeros & i
MessageBox AccountNames
Next
For i = 0 To 100
Zeros = String(3 - Len(i), "0")
AccountNames = "aa" & Zeros & i
MessageBox AccountNames
Next
全部回答
- 1楼网友:拜訪者
- 2021-04-03 18:39
t = plugin.sys.gettime
do while true
findpic 0, 0, 1024, 768, "attachment:\a.bmp", 0.9, intx, inty
if intx > 0 and inty > 0 then
//找到后执行命令b
exit do
end if
t2 = plugin.sys.gettime
if t2 - t >20000 then
//20秒找不到后执行命令c
exit do
end if
loop
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯