勤学多思
int[,] arrayInt = new int[,]={{1,2,3},{2,3,3}};
arrayInt.GetLength(0); //获得行
arrayInt.GetLength(1); //获得列
Powered by: IT博客 Copyright © kenlistian