Rem 找图
Dim intX,intY
FindPic 0, 0, 1070, 2150, "Screenshot/jt.JPG", "000000", 0, 0.5, intX, intY
If intX > -1 Then
TracePrint "找到了"
Tap 547, 1133
Else
TracePrint "没找到"
Goto 找图
End If
这哪里出问题了,,,?运行一直没反应,,,需求是:找到图片,点击
Dim intX,intY
FindPic 0, 0, 1070, 2150, "Screenshot/jt.JPG", "000000", 0, 0.5, intX, intY
If intX > -1 Then
TracePrint "找到了"
Tap 547, 1133
Else
TracePrint "没找到"
Goto 找图
End If
这哪里出问题了,,,?运行一直没反应,,,需求是:找到图片,点击