该方法用于返回 session 所属的 ServletContext 对象。
语法:
返回值:ServletContext 对象。
获取 ServletContext 对象,关键代码如下:
<% ServletContext sc = session.getServletContext(); %>