您需要 登录 才可以下载或查看,没有账号?加入
举报
#include <IE.au3> $oIE = _IECreate ("http://mail.163.com") $oForms = _IEFormGetCollection ($oIE) MsgBox(0, "表单信息", "这个页面上共有" & @extended & "个表单") For $Form In $oForms MsgBox(0, "表单名称", $Form.name) $oQuerys = _IEFormElementGetCollection ($Form) For $Query In $oQuerys MsgBox(0, "表单控件信息", "名称:"&$Query.name & " 类型:"&$Query.type) Next Next
原帖由 bob 于 2008-5-16 00:23 发表 [au3]#include $oIE = _IECreate ("http://mail.163.com") $oForms = _IEFormGetCollection ($oIE) MsgBox(0, "表单信息", "这个页面上共有" & @extended & "个表单") For $Form In $oForms MsgBox(0, "表单名 ...
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-23 07:34 , Processed in 0.107053 second(s), 20 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.