http://localhost/osers/1这个URI里面的localhost在WebAPI表示的是()。
A: ServiceAddress
B: Resource
C: Parameter
D: URL链接地址
A: ServiceAddress
B: Resource
C: Parameter
D: URL链接地址
举一反三
- 【单选题】在一台WWW服务器上将端口号设定为8000,默认的网页文件index.html。在本机访问服务器时,不正确的用法是() A. 浏览器访问该服务器的URL地址http://localhost/ B. 浏览器访问该服务器的URL地址http://localhost:8000/ C. 浏览器访问该服务器的用户li网页URL地址http://localhost:8000/~li D. 浏览器访问该服务器的URL地址http://localhost:8000/index.html
- 在访问 Web应用时需要使用URL,以下选项中哪个是完整的URL? A: http://localhost B: /productlogin.jsp C: ftp://localhost D: Localhost
- 以下哪种格式是正确的URL( )。 A: http://localhost/8080/news/index.jsp B: http://localhost:8080/news/index.jsp C: http:localhost://8080/news/index.jsp D: http://localhost/8080:news/index.jsp
- tomcat中访问helloapp应用的login.html文件时,在浏览器地址栏应写的url为 A: http://localhost:8080/helloapp/; B: http://localhost:8080/helloapp/login; C: http://localhost:8080/login.html; D: http://localhost:8080/helloapp/login.html
- 【单选题】假设web运行时根目录url为:http://localhost:8080/jsp2019,下面配置信息表示将ch10包中的RegisterServlet类映射后的url路径为() register ch10.RegisterServlet register /register/reg A. http://localhost:8080/jsp2019/reg.jsp B. http://localhost:8080/jsp2019/reg C. http://localhost:8080/jsp2019/register/reg D. http://localhost:8080/jsp2019/register/reg.jsp