摘要: 后端代码 from jinja2 import Template def index(): with open('./index.html', 'r', encoding='utf-8') as fp: template = Template(fp.read()) ret = template.re 阅读全文
posted @ 2021-04-24 17:06 EdenWu 阅读(91) 评论(0) 推荐(0) 编辑