在a.jsp想实现这样的功能:在第一次进入a.jsp页面的时候用
request.setAttribute("name" "hello");进行设置,以后再进入此页面a.jsp的时候则直接用request.getAttribute("name");取得hello字符串,请问怎么实现啊? request.setA
request.setAttribute("name" "hello");进行设置,以后再进入此页面a.jsp的时候则直接用request.getAttribute("name");取得hello字符串,请问怎么实现啊? request.setA