Django基础—— 7.View函数
Posted yz9110
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Django基础—— 7.View函数相关的知识,希望对你有一定的参考价值。
1、http请求中产生的两个核心对象
http请求:HttpRequest
http响应:HttpResponse
from django.http import request, response
2、HttpRequest对象
属性:
以上是关于Django基础—— 7.View函数的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Django Summernote 中显示编程片段的代码块?