摘要: render_templates 渲染模板 * 模板放在 templates 文件夹下 * 从 flask 中导入 render_templates 函数 * 在视图函数中,使用render_templates,只需要写模板 名称.html ,不需要写路径 除非是在templates下在创建子目录就 阅读全文
posted @ 2021-07-18 22:07 FishMan552 阅读(60) 评论(0) 推荐(0)