HttpServlet doPost中的小坑

HttpServlet中的doPost方法没有抛出SQLException所以需要用try catch块来抓住SQL异常 不能直接在doPost后throw

你可能感兴趣的:(HttpServlet doPost中的小坑)