# Create your views here. from django.shortcuts import HttpResponse,render,redirect from django.http import JsonResponse def test(request): return HttpResponse("app01测试二级路由")