request.getSession().getServletContext().getRealPath("") 获取项目的绝对路径,含着项目的名称。
request.getSession().getServletContext().getContextPath() 获取项目名称 如:\hzz。
request.getSession().getServletContext().getRealPath("") 获取项目的绝对路径,含着项目的名称。
request.getSession().getServletContext().getContextPath() 获取项目名称 如:\hzz。