单项选择题
A.saveB.clearC.closeD.evict
给定一个Servlet 的doGet方法中的代码片段,如下:request.setAttribute(“nam...
给定一个Servlet 的doGet方法中的代码片段,如下:request.setAttribute(“name”,”zhang”);response.sendRedirect(“http://localhost:8080/servlet/MyServlt”);那么在MyServlet 中可以使用()方法把属性name的值取出来。
A.String str=request.getAttribute(“name”);B.String str=(String)request.getAttribute(“name”);C.Object str=request.getAttribute(“name”);D.无法取出来
在JavaScript中,制作级联菜单功能时调用的是下拉列表框的()事件。A.onClickB.onChang...
单项选择题在JavaScript中,制作级联菜单功能时调用的是下拉列表框的()事件。
A.onClickB.onChangeC.onMouseoutD.onMousemove
Jsp 中HttpServletRequest对象的()方法用于创建一个Session对象。A.getSess...
单项选择题Jsp 中HttpServletRequest对象的()方法用于创建一个Session对象。
A.getSessionB.newSessionC.newInstanceD.createSession