servlet api 整理
最新推荐文章于 2025-06-16 17:24:23 发布
本文详细解释了request.getSession方法的两种调用方式:request.getSession(true)会在会话存在时返回该会话,否则创建一个新的会话;request.getSession(false)仅在会话存在时返回,否则返回NULL。
本文详细解释了request.getSession方法的两种调用方式:request.getSession(true)会在会话存在时返回该会话,否则创建一个新的会话;request.getSession(false)仅在会话存在时返回,否则返回NULL。
210
838

被折叠的 条评论
为什么被折叠?