• 2022-06-05
    从HTTP请求中,获得请求参数,应该调用哪个方法?()
    A: 调用HttpServletRequest对象的getAttribute()方法
    B: 调用ServletContext对象的getAttribute()方法
    C: 调用HttpServletRequest对象的getParameter()方法