你是要每50毫秒按一下6,还是按下6等50毫秒再松开?每50毫秒按一下6的指令为:t1 = nowRem p1KeyPress "6", 1Delay 50t2 = nowa = DateDiff("s",t1,t2)If a >= 2 Then t1 = now KeyPress "7", 1End IfGoto p1第二种情况你把KeyPress "6", 1Delay 50换成KeyDown "6", 1Delay 50KeyUp "6", 1