您好老师 ,我在方法里写了个点击事件,没有任何反应这是为什么
关键代码
Sub 开启()
FindPic 0, 0,X, Y, "Attachment:20250209125946317.png|Attachment:20250209125200236.png|Attachment:20250209125737050.png|Attachment:20250209130749570.png|Attachment:20250209131126499.png","000000",0, 0.9, intX, intY
FW.SetText "文字控件", "关闭窗口中..."
If intX > -1 Then
TracePrint "关闭坐标是"&intX&","&intY
zm.Tap intX,intY, 300
End If
End Sub