from django.http import HttpResponse def hello(request): return ... return HttpResponse("Welcome to the page at %s" % request.path).
確定! 回上一頁