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
相關文章
相關標籤/搜索