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);
永久链接 : https://blog.darkmi.com/2008/02/29/50.html