专题文章
时长:00:00更新时间:2020-11-27 15:44:33
servlet写入数据库出现问题_html/css_WEB-ITnose:public void insert(HttpServletRequest request, HttpServletResponse response) throws SQLException, ClassNotFoundException { Connection conn = connection(); Statement sta = conn.createStatement(); String name = request.getParameter(name); S
查看详情