房子矮怎么装修:session.setAttribute("a",new Boolean("true"));问题

来源:百度文库 编辑:神马品牌网 时间:2024/05/06 02:51:04
session.setAttribute("a",new Boolean("true"));
new Boolean("true"));是a的值是吧,new Boolean("true"));是什么意思啊
new Boolean("true"));是什么意思

new Boolean("true") 的意思就是构造一个直为true的Boolean对象。