Flask-WTF 提供了WTForms的功能集成,使用该模块能快捷创建表单页面,包含有 Flask 和 WTForms, 集成了 CSRF, file upload 以及 reCAPTCHA.。目前版本为0.14.3,使用说明文档在 https://flask-wtf.readthedocs.io/en/stable/ 。 具体功能如下: 集成 wtforms。 带有 csrf 令牌的安全表单。 全局的 csrf 保护。 支持验证码(Recaptcha)