快速进入路由器@echo off < "%~f0" more +4 > t.vbs cscript //nologo t.vbs & del t.vbs goto :eof set ierunner = CreateObject("wscript.shell") ierunner.run "cmd /c start iexplore 192.168.1.1",0 wscript.sleep 10000 ierunner.sendkeys "admin" ierunner.sendkeys "{TAB}" ierunner.sendkeys "admin" ier