Do
For 10 //循环按10次F11和F10之后按一次F9
KeyPress "F11", 1
Delay 200
KeyPress "F10", 1
Next
Delay 200
KeyPress "F9", 1
Loop
Do //循环按F11和F10之后隔5秒按一次F9
KeyPress "F11", 1
Delay 200
KeyPress "F10", 1
Delay 5000
KeyPress "F9", 1
Loop
For 10
'循环10次
KeyPress "F11", 1
Delay 100
KeyPress "F10", 1
Delay 1000
'每次延时是1秒
Next
KeyPress "F9", 1
根椐条件判断,或延时设置
do
for 循环次数
按f11的命令
按f10的命令
延时命令(间隔的时间)
按f9的命令
next
就是把要循环的内容夹在for 循环次数和next之间
不会啊》》》》》》》》》》》》