在最下面一行增加一行 Form1.UniQuery1.Append;//append 给新增的一行进行赋值 Form1.UniQuery1.FieldValues['guizu'] :=g2; /数据保存 Form1.UniQuery1.ApplyUpdates;;//数据保存