在实践(五)中,我们可以通过 HttpServletContext 实现转发https://blog.csdn.net/weixin_42959073/article/details/106022519,在这篇文章中使用 Response 实现重定向
一、方法实现
void sendRedirect(String var1) throws IOException;
二、应用:登录页面的跳转
1、创建 index.jsp 页面(注意添加编码格式,否则客户端可能会出现乱码)
<%@ page contentType