摘要: how to decode the data in session:python manage.py shell:from django.contrib.sessions.models import Session#...sess = Session.objects.all()for s in se... 阅读全文
posted @ 2016-01-03 17:50 学思罔殆 阅读(157) 评论(0) 推荐(0) 编辑
摘要: HTML form 里的数据是怎么被包成http request 的?如何在浏览器里查看到这些数据?浏览器做的html数据解析form里的数据变成name=value对在POST Body中request content-type说明了POST Body的数据如何解析 (https://develo... 阅读全文
posted @ 2016-01-03 17:40 学思罔殆 阅读(634) 评论(0) 推荐(0) 编辑