from django.shortcuts import HttpResponse, render, redirect 导入

user_info={'name':"mlj"}
return render(request,"index.html",{"user":user_info})
posted on 2017-05-17 09:42  mljqqh  阅读(378)  评论(0编辑  收藏  举报