Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Flask App builder有没有办法在表单发布后添加后期处理?比如添加表单提交后,我想修改一些已经发送的数据。
我终生无法在文档中找到任何内容,我觉得这应该是基本功能。
谢谢
这可以通过覆盖 post_add 函数来完成。如果您想在发送数据之前修改数据(这是我想要做的),那将覆盖 pre_add 函数。