DataTable中如何去除重复的项时间:2023-03-08 15:26:50 DataView dv =dataTable.DefaultView; DataTable dt = dv.ToTable(true, "Name");