| 发表于:2007-06-25 10:49:551楼 得分:0 |
request.getsession().getattributenames() getattributenames public java.util.enumeration getattributenames()returns an enumeration of string objects containing the names of all the objects bound to this session. returns: an enumeration of string objects specifying the names of all the objects bound to this session throws: java.lang.illegalstateexception - if this method is called on an invalidated session | | |
|