Servlet可通过由容器传递来的Http Servlet Request对象的()方法来获取客户请求的输入参数。

1 阅读

Servlet可通过由容器传递来的Http Servlet Request对象的()方法来获取客户请求的输入参数。

  • A: getParameter
  • B: getProtocol
  • C: getContentType
  • D: getAttribute

请帮忙给出正确答案和分析,谢谢!