Django 有他自己URL映射的方式,現在我們來編輯項目中的url.py ... import render from django.http import HttpResponse def hello(request): return ...
確定! 回上一頁