django HttpResponse對象

在django.http模塊中定義了HttpResponse對象的API HttpRequest對象由Django自動創建,HttpResponse對象由程序員創建 不調用模板,直接返回數據 #coding=utf-8 from django.http import HttpResponse def index(request): return HttpResponse('你好') 調用
相關文章
相關標籤/搜索