angelink 发表于 2010-1-6 19:19:33

根据txt文件里的汉字随机点击链接后,如何让这个链接在后台隐藏打开?

根据txt文件里的汉字随机点击链接。
#include <IE.au3>
#include "file.au3"
$line = _FileCountLines("Url.txt")
$Word = FileReadLine("Url.txt",Random(1,$line,1))
$oIE = _IECreate("IE网址",0,1,0,1)
_IELinkClickByText($oIE,$Word,0,0)

the886 发表于 2010-2-1 19:46:04

沙发.............

woeiwoei 发表于 2010-4-23 10:31:14

仁兄是否做增值呢??
页: [1]
查看完整版本: 根据txt文件里的汉字随机点击链接后,如何让这个链接在后台隐藏打开?