DataGridViewRow row = dataGridView1.CurrentRow.Clone() as DataGridViewRow;如果数据不会变化的话,DataGridViewRow row = dataGridView1.CurrentRow;就可以了