Flask-WTF的IntegerField()即使没有添加验证器,也要求必须有数据,否则无法通过验证,有没有能让它为空也能通过验证的方法?
class Form(FlaskForm): Number = IntegerField('来宾人数')