protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto-generated method stub response.sendRedirect("test.html"); }
servler--请求重定向
原文:http://www.cnblogs.com/daimazhang/p/5365219.html