C# 多维数组

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

posted @ 2018-11-07 17:52  火星撞鸡蛋  阅读(642)  评论(0编辑  收藏  举报