Django基础—— 7.View函数(1)

1、http请求中产生的两个核心对象

  

http请求:HttpRequest

http响应:HttpResponse

from django.http import request, response

2、HttpRequest对象

属性:

猜你喜欢

转载自www.cnblogs.com/yz9110/p/9330987.html