上一页 1 ··· 3 4 5 6 7
摘要: 1、request.getRequestDispatcher().forward(request, response);是请求转发,前后页面共享一个request ; 这个是在服务端运行的,对浏览器来说是透明的。这种方式跳转,传值可以使用三种方法:url中带parameter,ses... 阅读全文
posted @ 2017-12-28 19:11 小沐酱 阅读(120) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7