如何实现批量删除怎么实现多删除呀,55555555要开始了,不会批量删除55555555[解决办法]con.setAutoCommit(false);pstmt = con.prepareStatement(“delete from tab1 where id=?”);for(int i=1;i<5;i++){pstmt .setInt(1,i);pstmt.addBatch();}pstmt.executeBatch();con.commit();