今天玩jdbc的批处理,执行一个insert语句5000次,一开始insert语句中用的是value,批处理根本不生效,用时14s,后来改成了values,就生效了,用时140ms,想知道这是为什么sql语句insert into t1 value(null,?,?)