class NameForm(FlaskForm):. name = StringField( 'What is your name?' , validators = [DataRequired()]). submit = SubmitField( 'Submit' ).
確定! 回上一頁