67,538
社区成员
发帖
与我相关
我的任务
分享
1、
ServletContext context = this.getServletContext();
RequestDispatcher rd = context.getRequestDispatcher(/path);//这个path
2、
ServletRequest接口中的getServletContext(path);//这个path前可加/,也可不加;
1、
ServletContext context = this.getServletContext();
RequestDispatcher rd = context.getRequestDispatcher(/path);//这个path
2、
ServletRequest接口中的getServletContext(path);//这个path前可加/,也可不加;