django 模板和视图的内容传递

    from django.http import HttpResponse from django.template import loader,Context from django.shortcuts import render_to_response ''' def index(req): t = loader.get_template('index.html') c
相关文章
相关标签/搜索