DataTable中如何去除重复的项时间:2024-06-27 17:33:20 DataView dv =dataTable.DefaultView; DataTable dt = dv.ToTable(true, "Name");