Update README.md

pull/2/head
hql 4 months ago
parent 091928c5c4
commit aa636be02d

@ -58,7 +58,7 @@ public class DeptAddStuPunchServlet extends HttpServlet { //定义一个继承
@Override
protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
doGet(req, resp);//处理POST请求重写doPost方法直接调用doGet统一处理GET和POST请求
doGet(req, resp);//处理POST请求重写doPost方法直接调用doGet统一处理GET和POST请求
}

Loading…
Cancel
Save