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 规范的请求处理部分说“请注意,由 servlet 容器投入服务的 servlet 实例可能在其生命周期内不处理任何请求”......这是什么意思?
如果一个 url 映射到一个 servlet,则该 url 可能永远不会被请求,因此 servlet 在其生命周期内不会处理任何请求。