摘要: ContentType的作用: 请求转发与响应重定向的使用; 多个Servlet(JSP) 之间跳转有两种方式: request.getRequestDispatcher().forward() - 请求转发 reponse.sendRedirect() - 响应重定向 请求转发是服务器跳转,只会产 阅读全文
posted @ 2020-09-10 22:21 python成长中 阅读(97) 评论(0) 推荐(0)