string[] ke=...... int[] output = Array.ConvertAll<string, int>(ke,delegate (string s) { return int.Parse(s); }); 相关文章: