from django.shortcuts import render from django.http import HttpResponse from .forms import formname def index(request): return ...
確定! 回上一頁