2个回答
展开全部
普通版:
Rem start
KeyPress 49,1
Delay 1000
KeyPress 50,1
Delay 1000
KeyPress 51,1
Delay 1000
KeyPress 52,1
Delay 1000
KeyPress 53,1
Delay 1000
KeyPress 54,1
Delay 1000
KeyPress 55,1
Delay 1000
Goto start
简化版:
Rem start
x=49
While x<56
KeyPress x,1
Delay 10^3
x=x+1
EndWhile
Goto start
可以在记事本上试试!
Rem start
KeyPress 49,1
Delay 1000
KeyPress 50,1
Delay 1000
KeyPress 51,1
Delay 1000
KeyPress 52,1
Delay 1000
KeyPress 53,1
Delay 1000
KeyPress 54,1
Delay 1000
KeyPress 55,1
Delay 1000
Goto start
简化版:
Rem start
x=49
While x<56
KeyPress x,1
Delay 10^3
x=x+1
EndWhile
Goto start
可以在记事本上试试!
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |