Flask-WTF Flask-WTF可以使用Flask-WTFpip install flask-wtf 配置密钥 app = Flask(__name__)app.config['SECRET_KEY']='hard to guess string'