yy视听1.4.6老版本:JSP 中session问题

来源:百度文库 编辑:神马品牌网 时间:2024/05/03 07:42:22
在jsp中session.setAttribute("a",new Boolean("true"))
Boolean a = (Boolean)session.getAttribute("a")
session.getAttribute("a")为什么得到的是个null
还有a.booleanValue()方法返回后a==?是true还是false呢?
怎样才能让session.getAttribute("a")得到的值为true或不是null呢
请高手帮忙解释一下,小弟感激不劲