from django.shortcuts import HttpResponse, render, redirect 导入
user_info={'name':"mlj"}return render(request,"index.html",{"user":user_info})