【简答题】下列request和response内置对象的使用正确的是( )A. request.getRequestDispatcher(“index.jsp”).forward(); B. response.sendRedirect(“index.jsp”); C. request.getParameterValues(“name”); D. response.setContentType(“text/h...
【简答题】下列request和response内置对象的使用正确的是______。A. request.getRequestDispatcher("index.jsp").forward(request,response); B. response.sendRedirect("index.jsp"); C. request.getParameterValues("name"); D. response.se...