页面跳转代码总结

发表于: sitebuild | 作者: | 日期: 2008/2/29 12:02

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

本文相关评论 - 1条评论都没有呢
Post a comment now » 本文目前不可评论

No comments yet.

Sorry, the comment form is closed at this time.