• 2022-06-06
    HttpServlet的子类要从HTTP请求中获得请求参数,应该调用哪个方法()。
    A: 调用HttpServletRequest对象的getAttribute()
    B: 调用ServletContext对象的getAttribute()
    C: 调用HttpServletRequest对象的getParameter()
    D: 调用HttpServletRequest对象的getParameters()