C# 多维数组

int[, ,] shuzu = new int[4, 3, 2]; //有四个二维数组,每个二维数组里面有3个1维数组,每个1维数组里面有2个元素

原文地址:https://www.cnblogs.com/qixiaolan/p/9924090.html