摘要: JsonResponse和HttpResponse的区别 1、from django.http import JsonResponse return JsonResponse('例子') 2、import json return HttpResponse(json.dumps(dic)) 后台若使用 阅读全文