校验用户名的长度是否符合规范. users->forms.py ``` # 导入扩展类 from flask_wtf import FlaskForm # 导入验证字段 from wtforms import ...
確定! 回上一頁