DataTable dt = dtDetails.Clone();//复制表结构 DataRow row = (this.dgvParent.Rows[this.dgvParent.CurrentRow.Index].DataBoundItem as DataRowView).Row; dt.ImportRow(row);