1、quicktool/view.py文件修改视图函数index(),渲染一个home.html模板,在视图中传递一个字符串名称是 string 到模板 home.html
def index(request): string = u'这是一个由Django2.1.7版本写出的视图内容!' return render(request, 'home.html',{'string':string})
2、quicktool(应用app)下创建一个templates文件夹(模板),在templates下创建一个home.html
<!DOCTYPE html> <html> <head> <title>学习Django</title> </head> <body> {{ string }} </body> </html>
以上就是django中显示字符串的方法,希望能对大家有所帮助。
神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试