转发:request.getRequestDispather("URL").forword(request,response);地址栏没有改变; 重定向:response.sendRedirect("URL");地址栏会改变; 相关文章: 2022-02-27