Django为此提供了一个捷径,让你一次性地载入某个模板文件,渲染它,然后将此作为HttpResponse返回。 该捷径就是位于django.shortcuts 模块中名为render_to_response() 的 ...
確定! 回上一頁