网页模板

Flask网页模板的入门

#网页模板需要导入render_template from flask import Flask,render_template   方法一: #使用render_template模块来渲染模板文件 #return render_template("day3.html",my_str = my_str,my_int=my_int,my_list=my_...