在Spring MVC中只有一個Servlet來handle所有的Request,這是一種Front Controller的Design Pattern,Spring MVC稱作DispatchServlet,透過這個Servlet再把Request交由 ...
確定! 回上一頁