摘要: ``` def home(request): data = { 'name': 'maotai', 'age': 22 } import json return HttpResponse(json.dumps(data), content_type='application/json', status=400) def home2... 阅读全文
posted @ 2018-04-23 23:03 mmaotai 阅读(331) 评论(0) 推荐(0)
摘要: django 中的render和render_to_response()和locals(): http://www.cnblogs.com/wangchaowei/p/6750512.html 什么是contetxt https://www.zhihu.com/question/26387327 c 阅读全文
posted @ 2018-04-23 22:17 mmaotai 阅读(391) 评论(0) 推荐(0)