摘要: 1.使用session servlet: request.getSession().setAttribute("sessionname",yourvalue);jsp: <%=request.getSession.getAttribute("sessionname")%>2.使用request 直接给response写值,再转到一个jsp叶面接受的方法 servlet: reque... 阅读全文
posted @ 2010-02-10 20:16 大Vin 阅读(562) 评论(0) 推荐(0)