wtf-form selectfiled options does not appear in the HTML file

前端 未结 0 666
死守一世寂寞
死守一世寂寞 2021-01-05 05:51

Here is my code:

class dataInsert(FlaskForm):
    def my_length_check(form, field):
        if len(field.data) > 50:
                    


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题