Technical
Life
Categories
Tags
About
Search
Technical
Life
Categories
Tags
About
Search
Flask动态切换选项并通过Fetch查询显示
2021.01.30
#flask
#python
#jquery
Flask-WTF 提供了WTForms的功能集成,使用该模块能快捷创建表单页面,包含有 Flask 和 WTForms, 集成了 CSRF, file upload 以及 reCAPTCHA.。目前版本为0.14.3,使用说明文档在https://flask-wtf.readthedocs.io/en/stable/ 。 具体功能如下: 集成
Read more →