1个回答
展开全部
@echo off
:hello
cls
echo 1.百度 2.腾讯
set /p a=输入数字:
goto %a%
goto hello
:1
start "" "www.baidu.com"
goto hello
:2
start "" "www.qq.com"
goto hello
rem 利用类似的形式 添加更多的网站即可做成自己的网址大全
:hello
cls
echo 1.百度 2.腾讯
set /p a=输入数字:
goto %a%
goto hello
:1
start "" "www.baidu.com"
goto hello
:2
start "" "www.qq.com"
goto hello
rem 利用类似的形式 添加更多的网站即可做成自己的网址大全
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询