相关疑难解决方法(0)

Response 和 HttpResponse django 的区别

Django 中的 Response 和 HttpResponse 有什么区别?我有点困惑。

from rest_framework.response import Response
Return Respose
Run Code Online (Sandbox Code Playgroud)

from django.http import HttpResponse
return HttpResponse
Run Code Online (Sandbox Code Playgroud)

django

6
推荐指数
1
解决办法
3927
查看次数

标签 统计

django ×1