Db.update("insert into ..." ) ,当然,如果不想写 sql ,还可以:Record r = new Record().set(...).set(...);Db.save(table, r);