摘要: 一、调用方式 我们知道,在servlet中调用转发、重定向的语句如下: request.getRequestDispatcher("new.jsp").forward(request, response); //转发到new.jsp response.sendRedirect("new.jsp"); 阅读全文
posted @ 2016-05-15 23:32 帅LOVE俊 阅读(151) 评论(0) 推荐(0) 编辑