Rem startNowTime = Time //Time -- 获得当前时间If 9=Hour(NowTime) and 20=Minute(NowTime) Then //Hour -- 获得小时, Minute -- 获得分钟 KeyPress "Q", 1Else Goto startEnd IfDelay 360000KeyPress "W", 1 Goto start