题目内容

工程量计算以mm为单位比较方便。 ( )

A. 对
B. 错

查看答案
更多问题

11.下面那个不是会话( )

A. 隐藏域
B. application
C. cookie
D. url重写

12.下列( )语句可以获取页面请求中的一个文本框的输入(文本框的名字为title)。

A. request.getAttribute(“title”);
B. requert.getParameters(“title”);
C. response.getParameter(“title”);
D. requert.getParameter(“title”);

13.在web.xml中,有如下代码:

A. t;session - config>
B. t;session - timeout>30
C. t;/session - config>
D. 代码定义了默认的会话超时时长,时长为30( )
E. 毫秒
F. 小时
G. 分钟
H. 秒

14.给顶一个JSP程序源代码,如下:

A. t;jsp:include page="two.jsp" flush="true">
B. t;jsp:param name="location" value="bejing"/>
C. t;/jsp:include>
D. wo.jsp中使用( )代码片段可以输出参数location的值。
E.
F. <%=request.getParameter() %>
G. <%=request.getAttribute() %>
H.

答案查题题库