热门

最新

红包

立Flag

投票

同城

我的

发布
zyh030721
zyh030721
4 年前
truezyh030721

今天打了两篇,比上次都有进步,开心

CSDN App 扫码分享
分享
1
点赞
打赏
  • 复制链接
  • 举报
下一条:
pre.setString(2,name); pre.setString(3,sex); pre.setString(4,classid); boolean boo=pre.execute(); con.close(); RequestDispatcher dispacher=request.getRequestDispatcher("showStudent.jsp"); dispacher.forward(request, response); } catch (SQLException e){ System.out.print("<h1>"+e); } } /** * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response) */ protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto-generated method stub doGet(request, response); }}
立即登录