servlet
基础 三个方法
1.实现一个接口:javax.servlet.Servlet
2.继承一个抽象类:javax.servlet.GenericServlet
3.继承一个抽象类javax.servlet.http.HttpServlet