django加载本地html from django.shortcuts import render from django.http import HttpResponse from django.shortcuts import render,render_to_response # Create your views here. def hello(request): return render_to_response("hello.html") 传递数据到html中 python代码 # Create your views here. # http://weibo.com/l