摘要: 三板斧 """ HttpResponse 返回字符串类型 render 返回html页面 并且在返回给浏览器之前还可以给html文件传值 redirect 重定向 """ # 视图函数必须要返回一个HttpResponse对象 正确 研究三者的源码即可得处结论 The view app01.view 阅读全文
posted @ 2020-05-27 23:03 Lance_王 阅读(137) 评论(0) 推荐(0) 编辑