示例代码如下:
FindPic 0, 0, 1440, 900, "图片全路径.bmp", 0.9, intX, intY '查找区域图片If intX > 0 And intY > 0 Then MoveTo x,y '移到对应位置LeftClick 1 '鼠标点击Else'终止End if