现在我们将视图函数稍微改下,使用request变量打印出请求路径。 # views.py from django.http import HttpResponse def index(request): return ...
確定! 回上一頁