cstar

eli's docs

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年10月1日

摘要: 本节介绍模板中的内置标签:if for承上文,修改 views.py 如下:from django.shortcuts import render_to_responseclass Person(object): def __init__(self, name, age, sex): ... 阅读全文
posted @ 2013-10-01 15:40 exclm 阅读(403) 评论(0) 推荐(0) 编辑