#include <IE.au3> $oIE = _IECreate ("www.139.com") _IELoadWait ($oIE) $UserName = _IEGetObjById ($oIE, "signin-form-mobile-input") $UserName.focus If IsObj($UserName) Then $UserName.value = "手机号" $PassWord = _IEGetObjById ($oIE, "password-input") $PassWord .focus If IsObj($PassWord) Then $PassWord.value = "密码" $Submit = _IEGetObjById ($oIE, "signin-form") $Submit.submit
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-13 01:05 , Processed in 0.077509 second(s), 13 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.