摘要:
response.sendRedirect , // 重定向,服务器端将uri返回到客户端,客户端再次发送请求。 RequestDispatcher rd = getServletContext().getRequestDispatcher("/login.jsp"); rd.forward... 阅读全文
摘要:
这个配置用于SpringMVC跳转控制。 spring org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/spring/spring-servlet.xml 1 ... 阅读全文