javascript代码
或者
php代码
Servlet中的跳转
RequestDispatcher rd = request.getRequestDispatcher(request.getContextPath() + “/jump_target.jsp”);
rd.forward(request, response);
javascript代码
或者
php代码
Servlet中的跳转
RequestDispatcher rd = request.getRequestDispatcher(request.getContextPath() + “/jump_target.jsp”);
rd.forward(request, response);