迪迦奥特曼中文配音:session.setAttribute("a",new Boolean("true"));问题

来源:百度文库 编辑:高考问答 时间:2024/05/14 19:32:37
session.setAttribute("a",new Boolean("true"));
new Boolean("true"));是a的值是吧,new Boolean("true"));是什么意思啊
new Boolean("true"));是什么意思

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