码迷,mamicode.com
首页 > 其他好文 > 详细

[学习记录]flask资源加载

时间:2019-06-18 10:35:05      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:html   学习记录   temp   模板   返回   div   rap   graph   template   

1.flask返回静态文件

    在py文件目录下建立static文件夹,内放置静态文件,调用代码如下

return app.send_static_file(file.html)

其中file.html的真实路径为/static/file.html

 

2.flask返回模板文件

  在py文件目录下建立templates文件夹,内放置静态文件,调用代码如下

return render_template(graph.html)

模板可以是一般的html文件,graph.html的路径为/templates/graph.html

 

[学习记录]flask资源加载

标签:html   学习记录   temp   模板   返回   div   rap   graph   template   

原文地址:https://www.cnblogs.com/trickofjoker/p/11043774.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!