按键精灵的问题,怎么加入鼠标点击下载动作?我要实现打开网站后鼠标点击下载,然后下载
CallPlugin.Web.Bind("wqm.exe")path="D:\5.txt"'要逐行读取的文件的路径,自己修改fileHandle=Plugin.File....
Call Plugin.Web.Bind("wqm.exe")
path = "D:\5.txt" '要逐行读取的文件的路径,自己修改
fileHandle = Plugin.File.OpenFile(path)
While 1
fileline=Plugin.File.ReadLine(fileHandle)
If fileline <> "" Then
URL = "http://www.jandown.com/link.php?ref=" & fileline
Call Plugin.Web.Go(URL)
Delay 100000 '100秒间隔
Else
Call Plugin.Web.TabClose()
MessageBox "文档逐行读取并搜索完毕!"
Call Plugin.File.CloseFile(fileHandle)
EndScript
End If
Wend 展开
path = "D:\5.txt" '要逐行读取的文件的路径,自己修改
fileHandle = Plugin.File.OpenFile(path)
While 1
fileline=Plugin.File.ReadLine(fileHandle)
If fileline <> "" Then
URL = "http://www.jandown.com/link.php?ref=" & fileline
Call Plugin.Web.Go(URL)
Delay 100000 '100秒间隔
Else
Call Plugin.Web.TabClose()
MessageBox "文档逐行读取并搜索完毕!"
Call Plugin.File.CloseFile(fileHandle)
EndScript
End If
Wend 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询