fushuanglin

2018年11月24日 #

中间件

摘要: 昨日回顾: cookie: -是什么?存储在客户端浏览器上的键值对 -干啥用的?记录状态 -django中使用: -设置值: -HttpResponse对象,obj.set_cookie(key,value,超时时间) -JsonResponse也可以用 -取值 request.COOKIES 字典 阅读全文

posted @ 2018-11-24 00:52 fushuanglin 阅读(83) 评论(0) 推荐(0) 编辑

导航