举报
$name = "……" $pass = "……" $oIE=_IECreate("https://member.cn.yahoo.com/koubei/yahoo_login.html?redirectUrl=http%3A%2F%2Fask.koubei.com%2F") $Form = _IEFormGetObjByName($oIE, "login_form") $username = _IEGetObjByName($oIE,"login") $password = _IEGetObjByName($oIE,"passwd") _IEPropertySet($password,"innertext",$pass) _IEPropertySet($username,"innertext",$name) _IEFormSubmit ($Form)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-17 00:54 , Processed in 0.068721 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.