- 小学一年级
- 9479576
- 5
- 0
- 8 朵
- 15 个
- 10 个
- 0
- 2025-08-08
|
4#
t
T
发表于 2025-08-09 15:19
|
|只看楼主
, - Rem a
- picpath=array("添加或编辑","添加或编辑01","添加或编辑02","" )
- i=0
- do
- FindPic 0,0,1920,1080,"Attachment:\"&picpath(i)&".bmp",1,X,Y
- If X > 0 And Y > 0 Then
- MoveTo x , y
- Delay 300
- LeftClick 1
- Exit do //找到后跳出循环
- End If
- i=i+1
- If 5=i Then
- i=0
- End if
- Loop
- picpath=array("选择模块","选择模块01","选择模块02","" )
- i=0
- do
- FindPic 0,0,1920,1080,"Attachment:\"&picpath(i)&".bmp",1,X,Y
- If X > 0 And Y > 0 Then
- MoveTo x , y
- Delay 500
- LeftClick 1
- Exit do //找到后跳出循环
- End If
- i=i+1
- If 5=i Then
- i=0
- End if
- Loop
- picpath=array("伞布17寸尺寸","伞布17寸尺寸01","美国","西班牙模块" )
- i=0
- do
- FindPic 0,0,1920,1080,"Attachment:\"&picpath(i)&".bmp",1,X,Y
- If X > 0 And Y > 0 Then
- MoveTo x , y
- Delay 300
- LeftClick 1
- Exit do //找到后跳出循环
- End If
- i=i+1
- If 5=i Then
- i=0
- End if
- Loop
- picpath=array("应用模块","应用模块01","应用模块02","" )
- i=0
- do
- FindPic 0,0,1920,1080,"Attachment:\"&picpath(i)&".bmp",1,X,Y
- If X > 0 And Y > 0 Then
- MoveTo x , y
- Delay 300
- LeftClick 1
- Exit do //找到后跳出循环
- End If
- i=i+1
- If 5=i Then
- i=0
- End if
- Loop
- picpath=array("伞的图出现","伞的图出现01","美国的图出现","西班牙模出现" )
- i=0
- do
- FindPic 0,0,1920,1080,"Attachment:\"&picpath(i)&".bmp",1,X,Y
- If X > 0 And Y > 0 Then
- MoveTo x , y
- Delay 300
- Exit do //找到后跳出循环
- End If
- i=i+1
- If 5=i Then
- i=0
- End if
- Loop
- picpath=array("发布","发布01","发布02","" )
- i=0
- do
- FindPic 0,0,1920,1080,"Attachment:\"&picpath(i)&".bmp",1,X,Y
- If X > 0 And Y > 0 Then
- MoveTo x , y
- Delay 300
- LeftClick 1
- Exit do //找到后跳出循环
- End If
- i=i+1
- If 5=i Then
- i=0
- End if
- Loop
- picpath=array("更改成功","更改成功01","更改成功02","" )
- i=0
- do
- FindPic 0,0,1920,1080,"Attachment:\"&picpath(i)&".bmp",1,X,Y
- If X > 0 And Y > 0 Then
- MoveTo x , y
- Delay 300
- Exit do //找到后跳出循环
- End If
- i=i+1
- If 5=i Then
- i=0
- End if
- Loop
- Delay 500
- picpath=array("关闭当前网页","关闭当前网页01","关闭当前网页02","" )
- i=0
- do
- FindPic 0,0,1920,1080,"Attachment:\"&picpath(i)&".bmp",1,X,Y
- If X > 0 And Y > 0 Then
- MoveTo x , y
- Delay 300
- LeftClick 1
- Exit do //找到后跳出循环
- End If
- i=i+1
- If 5=i Then
- i=0
- End if
- Loop
- Delay 300
- MoveTo 1752, 526
- Goto a
复制代码这个是执行数字1 所有我代码 执行完后就会 返回到图1 然后怎么样可以去执行数字2 数字3 数字4 。
|