标签:变量 不用 文件 函数 界面 res python 笔记 目录
目录:
内容:
1、render_to_reponse()
不同于render,render_to_response()不用包含request,直接写template中文件
2、locals()
如果views文件中的函数里变量过多的话,可以在render或render_to_response()里面直接增加render(request,‘index.html‘,locals())这样在前端界面渲染的时候可以直接写变量名
标签:变量 不用 文件 函数 界面 res python 笔记 目录
原文地址:http://www.cnblogs.com/xiaopi-python/p/7460644.html