摘要: 一、Django中操作Cookie 获取Cookie 参数: default: 默认值 salt: 加密盐 max_age: 后台控制过期时间 设置Cookie 参数: key, 键 value='', 值 max_age=None, 超时时间 expires=None, 超时时间(IE requi 阅读全文
posted @ 2018-01-25 15:28 Coufusion 阅读(243) 评论(0) 推荐(0) 编辑