今天同事在优化自己代码的时候,提了这样一个问题:如何把List中某一个字段的值转化为Array ? 之前对于List转Array经常用到场景如下: List<string> str= new List<string>(); string[] strarray = s