from django.shortcuts import render, HttpResponse, redirect import json def index(request): return HttpResponse('this is index') def ...
確定! 回上一頁