传智播客张勇老师jdbc驱动,publicstaticvoidmain(String[]args)throwsSQLException{ //create(); read(); //update(); //delete(); } staticvoiddelete()throwsSQLException{ Connectionconn=null; Statementst=null; ResultSetrs=null; try{ //2.建立连接 conn=JdbcUtils.getConne