摘要: 1. 概念:客户端会话技术,将数据保存到客户端 2. 快速入门: * 使用步骤: 1. 创建Cookie对象,绑定数据 * new Cookie(String name, String value) 2. 发送Cookie对象 * response.addCookie(Cookie cookie) 阅读全文
posted @ 2022-01-15 21:12 山海自有归期 阅读(43) 评论(0) 推荐(0) 编辑