摘要: 1 无参数情况 配置URL及其视图如下: (r'^hello/$', hello) def hello(request): return HttpResponse("Hello World") 访问http://127.0.0.1:8000/hello,输出结果为“Hello World” 2 传递 阅读全文
posted @ 2017-08-24 15:01 kingrain 阅读(2571) 评论(0) 推荐(0) 编辑