DataRow dr = dtNow.NewRow();
      dr.ItemArray = dtNow.Rows[rowIndex].ItemArray;

相关文章: