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.
我想知道如何在 servlet 处理过程中呈现响应(基本上是我的 HTML)。因为响应总是只在 servlet 的末尾呈现,这意味着一旦所有命令都被执行。
Servlet 3.0在 servlet 中具有异步支持。这意味着您可以在呈现响应后呈现响应并执行一些其他任务。