举报
#include <IE.au3> $Form1 = GUICreate("mcmd-systems", 1024, 768) $oIE = _IECreateEmbedded() GUICtrlCreateObj($oIE, 0, 0, 1024, 768) _IENavigate($oIE ,"https://login.mcmd-systems.com/Account/LogOn?ReturnUrl=%2f") $username = _IEGetObjByName($oIE ,"INPUT_USERNAME") $password = _IEGetObjByName($oIE ,"Input_Password") GUISetState(@SW_SHOWNORMAL) $username.value = "username" $password.value = "password" While 1 Sleep(1) If GUIGetMsg() = -3 Then Exit WEnd
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-30 15:05 , Processed in 0.110763 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.