摘要:
JsonResponse和HttpResponse的区别 1、from django.http import JsonResponse return JsonResponse('例子') 2、import json return HttpResponse(json.dumps(dic)) 后台若使用 阅读全文
posted @ 2018-12-06 08:28
Kostalyeyue
阅读(544)
评论(0)
推荐(0)
浙公网安备 33010602011771号