BAT批处理从以下网页源代码中提取totalcount后面的数据?怎么实现

2025-02-23 05:19:30
推荐回答(1个)
回答1:

@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 网页地址",0 wscript.sleep 3000 ierunner.sendkeys "guest" ierunner.sendkeys "{TAB}" ierunner.sendkeys "guest" ierunner.sendkeys "{TAB}" os.sendkeys "{ENTER}"