万能百科  > 所属分类  > 

对以上【Java源程序】进行运行测试,请将以下(9)、(10)空缺处的测试命令填写完整。 在本机运行WebServ

对以上【Java源程序】进行运行测试,请将以下(9)、(10)空缺处的测试命令填写完整。

在本机运行WebServer程序,然后打开IE浏览器。

1)在IE地址栏中,输入请求“/index.html”页面的命令:(9)。

2)在IE地址栏中,输入关闭Web服务器的命令:(10)。

正确答案:

(9)http://localhost:8080/index.html或http://127.0.0.1:8080/index.html(10)http://localhost:8080/shutdown或http://127.0.0.1:8080/Shutdown(9)http://localhost:8080/index.html或http://127.0.0.1:8080/index.html(10)http://localhost:8080/shutdown或http://127.0.0.1:80

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

标签