表单没有name,如何自动填表
本帖最后由 xnvnx 于 2009-11-28 22:13 编辑表单没有name,如何自动填表 #include <IE.au3>
$oIE = _IECreate ("http://www.google.com")
$oForm = _IEFormGetCollection ($oIE, 0)
$oQuery = _IEFormElementGetCollection ($oForm, 1)
_IEFormElementSetValue ($oQuery, "AutoIt IE.au3")
_IEFormSubmit ($oForm) 老是自己解决啊 老是自己解决啊 不错的回答。,
页:
[1]