浏览器,DOS上的浏览器没什么好推荐的,我用的是Lynx 下载之后,解压,创建一个start.bat,内容如下,大括号内容请根据实际填写 @ECHO OFF set home={Lynx的绝对路径} set temp=%home% set lynx_cfg=%home%\lynx.cfg set wattcp.cfg=%home% %home%\lynx.exe %1 %2 %3 %4 %5 打开lynx目录中的wattcp.cfg,找到以下几行,按实际填写 my_ip={IP地址} nameserver={DNS服务器} netmask={子网捆码} hostname={计算机名} gateway={网关地址} 全部完成后,运行start.bat,就可以上网了。