摘要: 结构:Servlet->GenericServlet->HttpServlet 通过继承HttpServlet实现,用于处理Http请求 根据url访问的路径,传给web服务器,再通过Servlet加载相应的类,返回相应的结果 比如www.abc.com/a,需要访问a路径,web服务器(Tomca 阅读全文
posted @ 2020-09-27 03:30 s459165447 阅读(114) 评论(0) 推荐(0)