先用 Plugin.Window.Find() 获得游戏窗口句柄 再Call Plugin.Window.Move() 移动窗口例如 按键精灵9 以下打开一个记事本 它的标题为"无标题 - 记事本" :RunApp "notepad.exe"Delay 1000JB = Plugin.Window.FindEx(0,0,"Notepad","无标题 - 记事本")Call Plugin.Window.Move(JB,0,0)