关于_IECreate 函数 我很迷惑【已解决】
本帖最后由 eaglelin 于 2015-6-17 11:01 编辑#include <IE.au3>
$oIE = _IECreate("http://pan.baidu.com/s/1gdxp6wV")
就这简单两句 无法打开链接
但是有的时候能打开 已经解决了 用shellexeute 函数 回复 1# eaglelin
这样试试:
#include <IE.au3>
#include <GUIConstantsEx.au3>
_DAKAIWY()
Func _DAKAIWY()
$vara1 = "http://pan.baidu.com/s/1gdxp6wV"
Send("#r")
WinWaitActive("运行", "")
WinActive("运行", "")
Sleep(400)
Send("iexplore.exe " & $vara1)
Send("{enter}")
Sleep(400)
WinWaitActive("连接到 " & $vara1, "")
WinActive("连接到 " & $vara1, "")
Sleep(400)
Sleep(400)
Send("{enter}")
EndFunc ;==>
页:
[1]