对List的操作

var item = list.where(x=>x.id == id).FirstOrDefault();
list.Remove(item);

 

 

posted @ 2022-06-06 08:51  被忘录  阅读(23)  评论(0编辑  收藏  举报