5,657
社区成员
发帖
与我相关
我的任务
分享
public void init(FilterConfig filterConfig) throws ServletException {
ServletContext servletContext = filterConfig.getServletContext();
path=servletContext.getRealPath("/");
path1=servletContext.getRealPath("/WEB-INF/web.xml");
}