//先复制结构 DataTable temp = dt.Clone() //添加行 for(int i=0;i<dt.Rows.Count;i++) { temp.rows.Add(dt.rows[i].ItemArray) } 相关文章: 2022-12-23 2021-05-06 2022-12-23 2021-08-17 2022-12-23 2022-12-23 2021-05-28 2021-11-17