Flask一个简单的居中展示图片的模板

文档结构图:

webtest  --- hello.py

              --- hello.wsgi

              --- templates/testpic.html

              --- static/testpic.jpg

hello.py

hello.wsgi

扫描二维码关注公众号,回复: 3641609 查看本文章

Flask模板文件testpic.html

重点:

1. text-align:center,

2. 模板中引用静态文件testpic.jpg

参考文章:

Windows下部署Flask的Web服务——补充https://blog.csdn.net/thinkcg/article/details/82290864

猜你喜欢

转载自blog.csdn.net/thinkcg/article/details/82289100