servlet 的生命周期 1 //servlet 的生命周期 2 @WebServlet(value = “/life”,name = “LifeServlet”,loadOnStartup = 1) 3 public cla … 继续阅读 servlet 的生命周期