self-confidence,the source of all the power

导航

页面跳转

public void doGet(HttpServletRequest request, HttpServletResponse response)
            throws ServletException, IOException {
        //meta 模拟头部
        String msg = "<meta http-equiv='refresh' content='3;url:www.baidu.com'>jump to another page!";
        //传数据
        this.getServletContext().setAttribute("msg", msg);
        //显示JSP
        this.getServletContext().getRequestDispatcher("/msg.jsp").forward(request, response);
    }

 

posted on 2015-07-26 22:56  漩涡鸣人  阅读(159)  评论(0编辑  收藏  举报