【发布时间】:2011-04-28 21:20:44
【问题描述】:
您好,我正在尝试在网络上获取一个 n excel 文件,以便使用 AutoIT 自动保存。
以下代码不起作用:
#include <IE.au3>
$oIE = _IECreate ("http://127.0.0.1/my_site")
_IENavigate ($oIE, "http://databases.about.com/library/samples/address.xls")
WinWait("File Download","Do you want to open or save this file?")
ControlClick("File Download","Do you want to open or save this file","Button2")
WinWait("Save As","Save &in:")
【问题讨论】:
-
什么不起作用?有错误吗?能否请您分享更多细节。