该方法返回 ServletContext 的实例。
语法:
返回值:返回 ServletContext 的实例。
获取 ServletContext 的实例,关键代码如下:
<% ServletContext sc = pageContext.getServletContext(); %>