按键精灵脚本问题 轮番发送1到10086的数字
发布网友
发布时间:2023-08-22 17:34
我来回答
共4个回答
热心网友
时间:2024-11-15 18:57
好吧,刚才我错了,你把分给哒哒哥吧
i=0
n=0
do while i=0
n=n+1
delay 2000
saystring n
keypress “enter”,1
if n=10086
then i=1
end of
loop
热心网友
时间:2024-11-15 18:58
i=0
n=0
do while i=0
n=n+1
delay 2000
keypress n,1
keypress “enter”,1
if n=10086 then
i=1
end of
loop
快加分啦
热心网友
时间:2024-11-15 18:58
for i= 1 to 10086
KeyPress i, 1
KeyPress “13”, 1
delay 2000
next
请彩乃,谢谢追问不行啊 我试过了, 我打开文本文档然后运行 上面没反应
追答for 10086
a = a +1
saystring a
KeyPress "13",1
next
抱歉,看错了,修改过了,谢谢
热心网友
时间:2024-11-15 18:59
n=1
for i= 1 to 10086
SayString n
delay 2000
n=n+1
next