用 ctrl + F 查找文字 然后找到的文字会亮显 用findcolor函数获取文字的位置 就可以点击了 FindColor 963,284,1078,699,"6A240A",x,y If x > 0 And y > 0 Then MoveTo x+5, y+5 LeftClick 1 EndIf
Do FindPic 0,0,1024,768,"Attachment:\图片.bmp",0.9,intX,intY If intX > 0 And intY > 0 Then MoveTo intX+1,intY+1 GetColor = GetPixelColor(intX+1, intY+1) Do Delay 100 Loop Until GetPixelColor(intX+1, intY+1)<>GetColor LeftClick 1 Delay 500 KeyPress "Enter", 1 End IfLoop查找范围自己设置,图片自己截