要设置某个JSP页面为错误处理页面,以下page指令正确的是( )。
a)<%@ page errorPage="true"%>
b)<%@ page isErrorPage="true"%>
c)<%@ page extends="javax.servlet.jsp.JspErrorPage"%>
d)<%@ page info="error"%>
下列表单,如果单击提交按钮时,表单_______。
A. 没有指定action属性,所以不做提交 B. 使用post方式提交
C. 提交到当前页 D. 不确定
在two.jsp中使用( )代码片段可以输出参数location的值。
a)
b)
c) <%=request.getAttribute("location")%>
d) <%=request.getParameter("location")%>
下列哪个不是HTML的常用标记_________。
A. B. C. D.
HTML是一种 语言,它可以描述万维网上的超文本文件。