Servlet可通过由容器传递来的HttpServletRequest对象的()方法来获取客户请求URL中使用的协议类型。
A:getParameter
B:getProtocol
C:getContentType
D:getAttribute
出自:计算机科学