本帖最后由 nangua111111 于 2013-2-20 20:51 编辑 #include <IE.au3>
$ie=_IECreate("http://www.autoitx.com/forum-5-1.html")
$oIE = _IEAttach("http://www.autoitx.com/forum-5-1.html","url")
_IELinkClickByText($oIE,"下一页")
;;;;;;;;;;;;;;;;;;;;下面一步执行不了;;;;;;;;;;;;;;;
$oIE = _IEAttach("『 提问交流 』 - AUTOIT CN AutoIt中文论坛|acn|au3|软件汉化 - 分享您的技术!")
_IELinkClickByText($oIE,"下一页")
;比如说 这个 进入下一页
;第一次 执行没有问题
;第二次 执行就出现问题
;--> IE.au3 V2.4-0 Warning from function _IEAttach, $_IEStatus_NoMatch
;--> IE.au3 V2.4-0 Error from function _IELinkClickByText, $_IEStatus_InvalidDataType
;这个是什么原因造成的
|