//得到当前最前面的窗口句柄Hwnd = Plugin.Window.Foreground()Do//向后台窗口句柄(变量:Hwnd)发送一个键盘E按键Call Plugin.Bkgnd.KeyPress(Hwnd, 69)Delay 1000//延时1秒 Loop