from flask_wtf import FlaskForm from wtforms import StringField, SubmitField, ... 在Flask-WTF 0.13版本,引入的表单类为FlaskForm;
確定! 回上一頁