考试
1970-01-01 08:00:00

下列request和response内置对象的使用正确的是_

题目描述

下列request和response内置对象的使用正确的是______。

答案解析

request.getParameterValues("name");response.setContentType("text/html;charset=utf-8");request.getRequestDispatcher("index.jsp").forward(request,response);response.sendRedirect("index.jsp");

加载中...
AI正在思考中,请稍候...