在views.py先寫一個傳回文字的函式☎重點:如何在網頁輸出一段文字:HttpResponse(文字) 例如: from django.http import HttpResponse return HttpResponse('你好, ...
確定! 回上一頁