1.init() 初始化,整个生命周期只执行一次 2.service() 没当来一个客户对象时,会调用service()方法来处理,利用doGet,doPost做出接受与响应 3.destory() 服务器结束时将会执行的方法