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.
这可能吗?
RequestDispatcher rd = request.getRequestDispatcher("index.html"); rd.forward(request, response);
是的。您可以将请求发送到 HTML 页面。
是的,它会起作用。您可以获得静态/动态页面的请求调度程序。