首页 试题广场 > 试题详情
多选题

【C014075】以下能正确实现转发的是

  • A.<%
    RequestDispatcher rd=request.getRequestDispatcher("welcome.jsp");
    rd.forward(request,response);
    %>
  • B.<%
    RequestDispatcher rd=response.getRequestDispatcher("welcome.jsp");
    rd.forward(request,response);
    %>
  • C.<%
    ResponseDispatcher rd=request.getRequestDispatcher("welcome.jsp");
    rd.forward(request,response);
    %>
  • D.<%
    request.getRequestDispatcher("welcome.jsp").forward(request,response);
    %>
提交并查看答案
下一题 上一题
Ke星伙伴们的回答/ 14个回答
关闭
关闭
QQ
交流群
邀请
好友
App
下载
意见
反馈
返回
顶部