假设要迭代的字典为request.META,在views.py中表示如下: def index(request): return render_to_response(‘index.html’,{‘metas’:request.META}) 则模板i …