07 2023 档案

摘要:BuyRecords=List<model>();//BuyRecords是list表 List<string> Shop_name = BuyRecords.Select(e => e.ddm_id).Distinct().ToList(); //过滤string字符串 if (!string.I 阅读全文
posted @ 2023-07-25 11:45 林子卿 阅读(207) 评论(0) 推荐(0)