1
嗨我想在網上獲得一個n excel文件來使用AutoIT自動保存。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:")
什麼不行?有錯誤嗎?你能否分享一些更多的細節。 – JohnD 2011-04-28 21:37:44