在开发中对于GenericServlet类中的init()和init(ServletConfig config)的区别? 在开发中我们是使用GenericServlet的子类HttpServlet的,而HttpServlet继承了GenericServlet中的init()和init(ServletConf..
阅读全文>>