from django.shortcuts import render. def index(request): return render(request, 'chat/index.html', {}) 修改url. from django.conf.urls import ...
確定! 回上一頁