举报
$obj = _IEGetObjByName($oIE,"sAccount") _IEFormElementSetValue($obj,"张三“) $obj = _IEGetObjByName($oIE,"sPassword") _IEFormElementSetValue($obj,"密码“) $obj = _IEGetObjByName($oIE,"LoginButton") _IEAction($obj,"click")
没有表单难度就不能 自动登陆了? dgmax 发表于 2009-6-21 13:02
#include<IE.au3> $oIE = _IECreate("地址") $LogName = _IEGetObjByName($oIE,"sAccount") $Pssswd = _IEGetObjByName($oIE,"sPasswd") _IEPropertySet($LogName,"innertext","登陆号码") _IEPropertySet($Pssswd,"innertext","登陆密码") $login = _IEGetObjByName($oIE,"LoginButton") _IEAction($login,"click")
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-30 13:44 , Processed in 0.152824 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.