Django Book 翻译
菜单>:
TOC
返回
原文:
Reading cookies that are already set is incredibly simple. Every request object has a ``COOKIES`` object that acts like a dictionary; you can use it to read any cookies that the browser has sent to the view:
翻译:
读取已经设置好的cookies极其简单,每个request对象都有一个 ``COOKIES`` 对象,可以象使用字典般使用它,你可以读取任何浏览器发给视图(view)的任何cookies:
备注:
译者: