Do
FindPic 0, 0, 0, 0, "Attachment:按键.png", "000000", 0, 0.9, intQ, intW
If intQ > -1 And intW > -1 Then
Tap intQ, intW
Exit Do
End If
Loop
For 999
就像这样。找完图就停了,不执行下面的这个For循环,咋回事?
FindPic 0, 0, 0, 0, "Attachment:按键.png", "000000", 0, 0.9, intQ, intW
If intQ > -1 And intW > -1 Then
Tap intQ, intW
Exit Do
End If
Loop
For 999
就像这样。找完图就停了,不执行下面的这个For循环,咋回事?