作业帮 > 综合 > 作业

vbs文件)dim afor i=1 to 50set a=createobject("wscript.shell")a

来源:学生作业帮 编辑:拍题作业网作业帮 分类:综合作业 时间:2024/05/01 21:05:39
vbs文件)
dim a
for i=1 to 50
set a=createobject("wscript.shell")
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "a"
wscript.sleep(70)
a.sendkeys "{enter}"
next
模拟键盘按键
附上教程以供参考