Lambda表达式将列表int转换为列表字符串
List<int> lstNum = new List<int>(new int[] { 3, 6, 7, 9 });
c# lambda
c# ×1
lambda ×1