摘要: 伪代码流程 > 继承HttpServlet > 重写init,doGet,destory 使用WebServlet注解部署到tomcat容器 使用注解部署可以免去web.xml里配置 @WebServlet(name = "index",value = "/index") public class 阅读全文
posted @ 2022-07-28 10:13 沉睡的琥珀 阅读(133) 评论(0) 推荐(0)