摘要: 视图 在Django项目app中的views.py文件中输入: from django.http import HttpResponse def hello(request): return HttpResponse('Hello World') 其中hello就是一个视图函数,每个视图函数至少有一 阅读全文
posted @ 2022-09-09 17:24 yingzi__block 阅读(251) 评论(0) 推荐(0)