DataView dv = new DataView(dtOld); DataTable dtmc = dv.ToTable(true, new string[] { "common_name" });//common_name:所要筛选的字段