List<int> sumofzcols = new List<int>();int[][] allindexes = new int[3][];allindexes[0] = new int[sumofzcols1.Count];
想把集合的值赋给这个交错数组,应该怎么写呢?求指教!
allindexes[0] = (int[][])sumofzcols1.ToArray(typeof(int));
这样好像是不对的。搞了半天毕设,忽然发现算法写错了,还得修改,郁闷中......