render_to_response render_to_response('index.html', locals(),context_instance=RequestContext(request)) 参数顺序:(template_name, dictionary=None, context_instance=None) 在django模板系统中,有两种封装模板变量的类,一个是django.template.Context,这是最常用的,我们在使用render_to_response方法的时…