from django.http import HttpResponse import json def test(request): result = {"result": 0, "msg": "执行成功"} #json返回为中文return ...
確定! 回上一頁