单项选择题

JSP从HTML表单中获得用户输入的正确语句为()

A.Request.getParameter(“ID”)
B.Reponse.getParameter(“ID”)
C.Request.getAttribute(“ID”)
D.Reponse.getAttribute(“ID”)