Contents/欢迎阅读:
from django.shortcuts import render, HttpResponse # Create your views here. [文档]def alive(request): return HttpResponse('app_img/alive/')