随笔分类 - JavaWeb / Http&TomCat&Servlet
摘要:public void init(ServletConfig config) throws ServletException { this.config=config; System.out.println("init..."); } public ServletConfig getServletC
阅读全文
摘要:package com.itheima.web; import javax.servlet.*; import javax.servlet.annotation.WebServlet; import java.io.IOException; //urlPatterns :访问路径 @WebServl
阅读全文