摘要: 1. request.setAttribute("test", "测试"); request.getRequestDispatcher("/index.jsp").forward(request,response); 请求转发传递参数时只能使用request传递,不能使用重定向,因为response 阅读全文
posted @ 2017-08-01 20:24 咫尺天涯是路人丶 阅读(290) 评论(0) 推荐(0)