找考题网-背景图
多项选择题

编写一个Servlet的步骤包含以下哪几个()

A.创建一个类继承HttpServlet
B.重写doPost与doGet方法
C.重写init(ServletConfig confg)方法
D.在wexml对Servlet进行配置
E.重写close()方法