首先你要先有一个获取后台窗口句柄的命令,一般使用Hwnd = Plugin.Window.MousePoint(),然后你就可以使用后台插件的命令了,如Call Plugin.Bkgnd.LeftClick(Hwnd, 100,100)。大致上就这么简单。