您可以初始化項目,如下所示:. C# 複製. jaggedArray[0] = new int[5]; jaggedArray[1] = new int[4]; jaggedArray[2] = new int[2];. 每個項目都是整數的一維陣列。
確定! 回上一頁