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 应用程序,我在其中实现了“before_insert”事件。此事件有时需要大约一分钟,因此我想在此期间设置沙漏光标或显示“处理中...”消息。
这怎么可能?