django view function时间:2023-03-09 18:26:27 view function 的几种返回值 return HttpResponse(html) return HttpResponseNotFound(html) raise Http404("Poll does not exist") #定制:在template tree顶层编写404.html handler400