Rem 开始 Key=WaitKey() //脚本运行到这一行会暂停,当用户按下键盘后继续执行,并且把用户的按键码保存在变量Key里 If Key = 32 Then KeyPress "Space", 1 KeyPress "C", 1 KeyPress "V", 1 End If Goto 开始 请笑纳= = 有不明白的请追问哦