可以 sql语句如下insert into AAA (filed1,filed2) values(1,1),(2,2),(3,3)
你把插入语句构造成这样insert into `表`(id,name) values (1,"a"),(2,"b");再执行就可以了