标签:
重定向:
public void response.sendRedirect(String location) throws IOException 举例:resp.sendRedirect("/wedding/houtai/News/index.jsp");转发:举例:urlPatterns="/action/NewsListAction"
重定向与转发的写法
原文地址:http://www.cnblogs.com/1446358788-qq/p/4731987.html