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 后暂停一个 jsp 文件,在 servlet 执行完成后执行剩余的代码?
动态包含应该做到这一点。类似于以下内容:
<jsp:include page="/path/to/your/servlet" />