举报
#include <IE.au3> $Name = '1' $Pass = '1' HotKeySet("{F9}", "GK") While 1 Sleep(100) WEnd ;;;;;;;; Func GK() $oIE = _IECreate("http://www.126.com/",0,1,1) _IELoadWait($oIE) $Input = _IEGetObjById($oIE, "user") $Input.value = $Name $Input = _IEGetObjById($oIE, "password") $Input.value = $Pass $submit = _IEGetObjById($oIE, "enter.x") _IEAction($submit,"click") EndFunc
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-1-12 04:57 , Processed in 0.072090 second(s), 22 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.