智慧职教: 对于以下URL,location.pathname获取的内容是()。 http://localhost/js/test.html?a=12
举一反三
- 【单选题】对于以下URL,location.pathname获取的内容是()。 http://localhost/js/test.html?a=12 A. http://localhost/js/test.html B. localhost/js/test.html C. /js/test.html D. /js/test.html?a=12
- 在Servlet中使用语句“response.sendRedirect("test/main.jsp");”实现页面重定向时,如果当前Servlet位于为本机项目的test的子目录test中,则实际重定向的页面URL为( ) A: http://localhost:8080/main.jsp B: http://localhost:8080/test/main.jsp C: http://localhost:8080/test/test/main.jsp D: http://localhost:8080/test/test/test/main.jsp
- 在HTML中,Location对象的()属性用于设置或检索URL的端口号。 A: hostname B: host C: pathname D: href
- 可以被该Filter拦截的URL有( )。 [filter] [filter-name]security[/-name] [filter-class]myFilters.SecurityFilter[/-class] [/] [filter-mapping][br][/br] [filter-name]security[/-name] [url-pattern]/news/*[/-pattern] </filter-mapping A: http://localhost:8080/test/news/Servlet1 B: http://localhost:8080/test/news/LoginServlet C: http://localhost:8080/test/news.jsp D: http://localhost:8080/test/news/admin/AddServlet
- 以下哪种格式是正确的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