会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
脚踏实地,仰望星空
我搬家了,以后主要在csdn记录,欢迎来https://blog.csdn.net/kpc0564335
博客园
首页
新随笔
联系
管理
订阅
2021年1月11日
django 返回数据的几种常用姿势
摘要: django 返回数据的几种常用姿势 render 传入一个html,返回一个页面 def case_list(request): return render(request, 'case_list.html') 传入一个html,再传入一个字典,字典的key和value作用于html home.h
阅读全文
posted @ 2021-01-11 12:39 我是一言
阅读(2751)
评论(1)
推荐(0)
公告