#include <IE.au3> $oIE=_IECreate("192.168.0.1") WinActive("Windows 安全") Sleep(500) Send("Admin") Send("{Tab}") Send("123456") send("{enter}")
举报
用SEND不如用表弹提交. qylm 发表于 2010-2-7 21:05
#include <IE.au3> $oIE=_IECreate("192.168.0.1",0,1,0,0) Sleep(2000) WinActive("Windows 安全", " ") ControlSetText("Windows 安全", "", "Edit2", "Admin" ) ControlSetText("Windows 安全", "", "Edit3", "123456" ) ControlClick("Windows 安全","确定","Button2")
试下这个, gzhjic 发表于 2010-2-8 12:07
#include <IE.au3> $oIE=_IECreate("192.168.0.1",0,1,0,0) Sleep(2000) WinActive("Windows 安全", " ") ControlSetText("Windows 安全", "", "Edit1", "Admin" ) Send("{Tab}") ControlSetText("Windows 安全", "", "Edit2", "123456" ) ControlClick("Windows 安全","确定","Button2")
#include <IE.au3> $oIE=_IECreate("192.168.0.1") Sleep(2000) WinActive("Windows 安全") Send("Admin") Send("{Tab}") Send("123456") send("{enter}")
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-5-8 00:19 , Processed in 0.091085 second(s), 22 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.