标签: jsp
使用request.getRequestDispatcher()和context.getRequestDispatcher()有什么主要区别?
答案 0 :(得分:1)
在request.getRequestDispatcher(path)中为了创建它,我们需要给出资源的相对路径。但是在resourcecontext.getRequestDispatcher(path)中为了创建它,我们需要给出资源的绝对路径。