string[] typeStringArrayInRecord = { }; var typeArrayInRecord = new List<int>(); if (typeStringArrayInRecord.Length > 0) typeArrayInRecord = Array.ConvertAll<string, int>(typeStringArrayInRecord, s => int.Parse(s)).ToList(); 相关文章: 2022-12-23 2022-02-13 2022-12-23 2021-10-04 2022-12-23 2021-12-24 2021-09-18 2021-05-19