按键精灵调试时刚运行就停止

2024-11-17 00:25:06
推荐回答(3个)
回答1:

Rem a
FindPic 0,0,1023,767,"Attachment:\1.bmp",0.5,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX+30, intY+60
Delay 500
LeftClick 1
Delay 500
KeyPress "Space", 1
Delay 200
KeyPress "Enter", 1
Else
Goto a
End If
这样就行了

回答2:

没找着图片。。

回答3:

加 Else 调试