从HTTP请求中,获得请求参数,应该调用哪个方法?
9 查阅
从HTTP请求中,获得请求参数,应该调用哪个方法?
A.调用HttpServletRequest对象的getAttribute()方法
B.调用ServletContext对象的getAttribute()方法
C.调用HttpServletRequest对象的getParameter()方法
D.调用HttpSession对象的getAttribute()方法
参考答案: