随笔分类 -  下载(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( 阅读全文
posted @ 2013-05-24 17:12 qingyezhu 阅读(794) 评论(0) 推荐(0)