摘要: 下面是对cookie常用方法的总结: //用指定的名字和值构造一个cookie public Cookie(String name, String value) { ..... } //返回描述的注释信息,没有返回null public String getComment() { return comment; } ... 阅读全文
posted @ 2016-01-21 10:12 姩澕 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 以下是对httpSession常用方法的总结: /** * 标题: HttpSession * * 功能描述: httpSession 用于服务器会话管理 * * * 创建日期: 2016年1月21日 上午9:47:46 * 作者: 年华 * 版本: 1.0 */ public interface HttpSession { //用于在HttpSes... 阅读全文
posted @ 2016-01-21 09:58 姩澕 阅读(173) 评论(0) 推荐(0) 编辑