from django.shortcuts import render; from django.http import HttpResponse; from .models import Post; def index(request): ...
確定! 回上一頁