• 2021-04-14 问题

    在Servlet中有一段代码如下 publicvoiddoPost(HttpServletRequestrequest,HttpServletResponseresponse) throwsServletException,IOException{ request.setAttribute("name",newInteger(100)); response.sendRedirect("show.jsp"); } 在show.jsp中 <%=request.getAttribute("name")%> 页面结果为

    在Servlet中有一段代码如下 publicvoiddoPost(HttpServletRequestrequest,HttpServletResponseresponse) throwsServletException,IOException{ request.setAttribute("name",newInteger(100)); response.sendRedirect("show.jsp"); } 在show.jsp中 <%=request.getAttribute("name")%> 页面结果为

  • 2022-05-28 问题

    在Servlet中有一段代码如下 public void doPostthrows ServletException,IOException{ request.setAttribute(name,new Integer(100)); response.sendRedirect(show.jsp);} 在show.jsp中 <%=request.getAttribute(name )%>页面结果为()

    在Servlet中有一段代码如下 public void doPostthrows ServletException,IOException{ request.setAttribute(name,new Integer(100)); response.sendRedirect(show.jsp);} 在show.jsp中 <%=request.getAttribute(name )%>页面结果为()

  • 2022-05-28 问题

    在Servlet中有一段代码如下 public void doPost(HttpServletRequestrequest, HttpServletResponse response) throwsServletException, IOException { request.setAttribute("name", new Integer(100)); response.sendRedirect("show.jsp"); } 在show.jsp中 <%=request.getAttribute("name")%> 页面结果为

    在Servlet中有一段代码如下 public void doPost(HttpServletRequestrequest, HttpServletResponse response) throwsServletException, IOException { request.setAttribute("name", new Integer(100)); response.sendRedirect("show.jsp"); } 在show.jsp中 <%=request.getAttribute("name")%> 页面结果为

  • 2022-05-28 问题

    在Servlet中有一段代码如下 public void doPost(HttpServletRequestrequest, HttpServletResponse response)throwsServletException, IOException { request.setAttribute("name", new Integer(100)); response.sendRedirect("show.jsp"); } 在show.jsp中 页面结果为( ) A: 100 B: java.lang.Intege C: Intege D:

    在Servlet中有一段代码如下 public void doPost(HttpServletRequestrequest, HttpServletResponse response)throwsServletException, IOException { request.setAttribute("name", new Integer(100)); response.sendRedirect("show.jsp"); } 在show.jsp中 页面结果为( ) A: 100 B: java.lang.Intege C: Intege D:

  • 2021-04-14 问题

    http://localhost:8080/web/show.jsp?name=aaa下列________________可以正确取得请求参数值

    http://localhost:8080/web/show.jsp?name=aaa下列________________可以正确取得请求参数值

  • 2022-05-28 问题

    在Servlet中有一段代码为: public void doPost(HttpServletRequest request, HttpServletResponse response)throws ServletException, IOException { request.setAttribute('y', new Integer(100)); response.sendRedirect('show.jsp'); }在show.jsp中;页面结果为 ( )。 A: java.lang.Integer B: 是null C: 100 D: Integer

    在Servlet中有一段代码为: public void doPost(HttpServletRequest request, HttpServletResponse response)throws ServletException, IOException { request.setAttribute('y', new Integer(100)); response.sendRedirect('show.jsp'); }在show.jsp中;页面结果为 ( )。 A: java.lang.Integer B: 是null C: 100 D: Integer

  • 2022-05-28 问题

    在Servlet中有一段代码为: public void doPost(HttpServletRequest request, HttpServletResponse response)throws ServletException, IOException { request.setAttribute('y', new Integer(100)); response.sendRedirect('show.jsp'); }在show.jsp中&lt;%=request.getAttribute('y')%&gt;页面结果为 ( )。 A: Integer B: java.lang.Integer C: 是null D: 100

    在Servlet中有一段代码为: public void doPost(HttpServletRequest request, HttpServletResponse response)throws ServletException, IOException { request.setAttribute('y', new Integer(100)); response.sendRedirect('show.jsp'); }在show.jsp中&lt;%=request.getAttribute('y')%&gt;页面结果为 ( )。 A: Integer B: java.lang.Integer C: 是null D: 100

  • 2022-05-30 问题

    程序的运行结果是( )[img=171x422]17d6045d3a8d17f.png[/img] A: B1::show();B1::show();B1::show(); B: B1::show();B2::show();D::show(); C: B1::show();B2::show();B2::show() D: B1::show();B2::show();B1::show();

    程序的运行结果是( )[img=171x422]17d6045d3a8d17f.png[/img] A: B1::show();B1::show();B1::show(); B: B1::show();B2::show();D::show(); C: B1::show();B2::show();B2::show() D: B1::show();B2::show();B1::show();

  • 2022-06-11 问题

    用于向其他文件传递参数的动作标签是()。 A: <;jsp:include>;<;/jsp:include>; B: <;jsp:plugin>;<;/jsp:plugin>; C: <;jsp:param>;<;/jsp:param>; D: <;jsp:useBean>;<;/jsp:useBean>;

    用于向其他文件传递参数的动作标签是()。 A: <;jsp:include>;<;/jsp:include>; B: <;jsp:plugin>;<;/jsp:plugin>; C: <;jsp:param>;<;/jsp:param>; D: <;jsp:useBean>;<;/jsp:useBean>;

  • 2022-05-26 问题

    在JSP中,哪个JSP动作可用于将请求转发给其他JSP页面? A: jsp:useBean B: jsp:forward C: jsp:include D: jsp:setProperty

    在JSP中,哪个JSP动作可用于将请求转发给其他JSP页面? A: jsp:useBean B: jsp:forward C: jsp:include D: jsp:setProperty

  • 1 2 3 4 5 6 7 8 9 10