摘要:
在Python中流程控制if语句采用如下格式:if expression : statementelif expression : statementelif expression : statementelse : statement其中expression返回的是布尔类型的值:True或... 阅读全文
posted @ 2015-06-03 22:28
nihousheng
阅读(186)
评论(0)
推荐(0)
摘要:
下面是一个新闻的模板:mysite/news/templates/news/year_archive.htmlmysite/news/templates/news/year_archive.html{% extends "base.html" %}{% block title %}Articles ... 阅读全文
posted @ 2015-06-03 17:25
nihousheng
阅读(166)
评论(0)
推荐(0)