一開始我們先引入 FlaskForm ,他會是我們之後所有表單繼承的對象。 ... class LoginForm(FlaskForm): username = StringField( "Username", ...
確定! 回上一頁