#include <IE.au3> $oIE = _IECreate ("http://www.taobao.com/go/chn/store/index.php?ad_id=&am_id=&cm_id=14001173043320569696&pm_id=") $oForms = _IEFormGetCollection ($oIE) $oForm = _IEFormGetObjByName ($oIE, "mainform") $oQuery = _IEFormElementGetObjByName ($oForm, "shopname") _IEFormElementSetValue ($oQuery, "AU3")
举报
后面加一句这个就可以了 _IEFormSubmit ($oForm) 不过要注意下,需要把淘宝网加到允许弹出窗口列表中! bob 发表于 2009-7-1 14:32
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-5-19 09:49 , Processed in 0.160460 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.