摘要: 之前我用django一般用JsonResponse来返回json数据格式 但是发现返回中文的时候会乱码 from django.http import JsonResponse def test(request): result = {"status":"错误","data":"","city":" 阅读全文
posted @ 2018-10-11 16:35 繁华博客 阅读(15250) 评论(4) 推荐(0)