-1
如何重定向從一個servlet來另外兩個JSP文件如何重定向到兩個jsp頁面中的一個servlet?
try {
HttpSession session =request.getSession();
session.setAttribute("phonevalues", modal);
response.sendRedirect("newdis.jsp");
response.sendRedirect("discondis.jsp");
response.sendRedirect("redisp.jsp");
} catch (Exception e) {
// TODO: handle exception
e.printStackTrace();
}
都能跟得上!你不能。 – adatapost 2012-02-24 09:04:18
建議給一些方法... – karthik 2012-02-24 10:30:13