这个是可以正常运行的搜索命令,我想把set url=https://www.baidu.com/s?wd= 百度的搜索 改成
http://index.woai310.com/index.htm?u=23044 搜索 我替换后不能正常运行搜索,请指教 QQ214443771
- @echo off
-
- set n=0
- :openurl
- set /a n+=1
-
- set url=https://www.baidu.com/s?wd=
- ::打开网页,之后进行后续操作
- set key=第一步
- start iexplore %url%%key%
- choice /t 5 /d y /n >nul
- set key=第二步
- start iexplore %url%%key%
- choice /t 5 /d y /n >nul
-
- taskkill /f /t /im iexplore.exe
-
- if %n%==5 exit
- goto openurl
复制代码
这个是可以正常运行的搜索命令,我想把set url=https://www.baidu.com/s?wd= 百度的搜索 改成
http://index.woai310.com/index.htm?u=23044 搜索 我替换后不能正常运行搜索,请指教 QQ214443771 有会的 请加我 有红包感谢。 |