随笔分类 - 下载(JSP或Servlet)
摘要:来自于:http://blog.csdn.net/xiangxiaofeng12/article/details/5564756String path="/index.jsp";//这是当前应用中一个绝对路径的urlservlet: RequestDispatcher dispatcher=getServletContext().getRequestDispatcher(path);jsp: RequestDispatcher dispatcher=application.getRequestDispatcher(path);all: dispatcher.forward(
阅读全文

浙公网安备 33010602011771号