会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
创业无限好
博客园
首页
新随笔
联系
管理
订阅
2017年8月24日
Django URL传递参数的方法总结
摘要: 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)
编辑
公告