摘要: cookie是web服务器保存在客户端的一系列文本信息 cookie的作用 对特定对象的追踪(Session) 统计网页浏览器次数 简化登录 cookie的使用 a.创建cookie Cookie c=new Cookie(key,value); b.写入cookie Response.addCoo 阅读全文
posted @ 2017-08-08 20:17 眼泪,还是流了 阅读(105) 评论(0) 推荐(0)