A jagged array is an array whose elements are arrays.
交错数组是元素为数组的数组。
The following code example initializes the array elements to default values (except for jagged arrays).
下列范例会指派值给特定的阵列元素。
The following is a declaration and initialization of a single-dimensional jagged array that contains three two-dimensional array elements of different sizes.
以下是一维不规则阵列的宣告和初始化,其中包含三个大小不同的二维阵列元素。
应用推荐