[python-chinese] django中request.session.get(key,None)
Dreamingk(天成)
dreamingk在gmail.com
星期三 四月 18 16:34:58 HKT 2007
相当于
if request.session.get(key):
return request.session.get(key)
else:
return None
On 4/18/07, Frog <isfrog在gmail.com> wrote:
> 这里的get方法第二个参数是代表什么?
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
--
Dreamingk (tc, 天成)
dreamingk(at)gmail.com
http://python.cn
Exoweb (北京轩辕互动科技有限公司)
Python, I love this language.
关于邮件列表 python-chinese 的更多信息