itemsList.RemoveAll(a => string.IsNullOrEmpty(a.Group.Tag.ToString()));var itemsGrpByCycle = itemsList.GroupBy(t=>t.Group.Tag); 查看完整描述