Hwnd = Plugin.Window.Find("LDPlayerMainFrame", "雷电模拟器")//720*1280
Call Plugin.Window.Move(Hwnd, 0, 0)
Delay 200
path = "C:\Users\Administrator\Desktop\中邮E通.txt"
s = Plugin.File.ReadFileEx(path)
s = Trim(s)
arr = Split(s, "|")
Call yddj(90, 196)
Delay 2000
For i = 1 To UBound(arr)
If Len(arr(i))>3 Then
TracePrint arr(i)
SayString arr(i)
KeyPress "Enter", 1
Delay 2000
IfColor 279, 632, "66AE00", 0 Then
TracePrint "该邮件已被接收"
Call yddj(279, 632)
Delay 1000
KeyPress "BackSpace", 13
Delay 200
End If
End If
Delay 1000
Next
Function yddj(x, y)
MoveTo x,y
Delay 100
LeftClick 1
Delay 200
End Function
TracePrint "运行结束"
按键精灵PC脚本中邮E通快递单号批量输入QScript
最新推荐文章于 2024-05-27 18:58:32 发布