2019年4月26日
摘要: 配置路径 在application中配置模板文件和静态文件的路径: template_path='templates', static_path='staic', 模板符号 {{ expression }} 用{{ expression }} 中间是任何python表达式 或者是一个变量 {% di 阅读全文
posted @ 2019-04-26 12:16 python兵者 阅读(261) 评论(0) 推荐(0)