说明: public boolean executeSql(String sql) { try{ Class.forName("com.mysql.jdbc.Driver"); Connection conn=DriverManager.getConnection(strur1,"root",""); Statement stmt=conn.createStatement(); stmt.executeUpdate(sql); System.out.println("executeSql-------
<qingqiu008> 上传 | 大小:76kb