I have a list of string:
我有一个字符串列表:
List<string> productsAll = new List<string>();
productsAll.Add("CMT_40");
productsAll.Add("CMT_50");
productsAll.Add("Mortar");
List<stI have a list of string:
我有一个字符串列表:
List<string> productsAll = new List<string>();
productsAll.Add("CMT_40");
productsAll.Add("CMT_50");
productsAll.Add("Mortar");
List<st