2013年10月29日
摘要: public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String value="aaaa"; this.getServletContext().setAttribute("data", value); request.setAttribute("value", value); this.getServletContext().getRequestDispatcher("/1.jsp").forward(request, response); } 阅读全文
posted @ 2013-10-29 22:09 上校 阅读(262) 评论(0) 推荐(0)