在JSP中,在web.xml有如下代碼段:
在Servlet中()把webmaster的值:取出來。
A.使用RequestDispatcher的getInitParameter(“webmaster”)方法
B.使用ServletContext的getInitParameter(“webmaster”)方法
C.使用ServletConfig的getInitParameter(“webmaster”)方法
D.使用GenericServlet的getInitParameter(“webmaster”)方法