上一页 1 ··· 13 14 15 16 17
摘要: 转发时浏览器中的url地址栏不会发生改变,重定向时地址栏会发生改变 转发时浏览器只请求一次服务器,重定向时浏览器请求两次服务器 转发的代码: request.getRequestDispatcher("要转发的jsp页面").forward(request,response); 重定向的代码: re 阅读全文
posted @ 2019-12-09 23:23 shouyaya 阅读(150) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17