利用了ConvertAll方法和委托 int[] ids =Array.ConvertAll(str.Split(','),delegate (string s) { return int.Parse(s); });