C# list remove实体删除 想通过id删除list的内容.通过linq删除比较方便Lists.Remove(Lists.Where(p => p.ID == CurID).FirstOrDefault()); # .net core 2023-12-17 46 点赞 0 评论 69 浏览