List<Cart> cartd=cartd.Where(p => (p.Id= "123").Length > -1).ToList();
把Id的值都赋值为123还有循环的方法就不写了本文共 147 字,大约阅读时间需要 1 分钟。
List<Cart> cartd=cartd.Where(p => (p.Id= "123").Length > -1).ToList();
把Id的值都赋值为123还有循环的方法就不写了转载于:https://www.cnblogs.com/loveheyi/p/5070647.html