kenlistian

勤学多思

  IT博客 :: 首页 :: 新随笔 ::  :: 聚合  :: 管理 ::
  412 随笔 :: 0 文章 :: 23 评论 :: 0 Trackbacks

int[,] arrayInt = new int[,]={{1,2,3},{2,3,3}};

arrayInt.GetLength(0);  //获得行

arrayInt.GetLength(1);  //获得列

posted on 2013-05-17 17:54 kenlistian 阅读(190) 评论(0)  编辑 收藏 引用
只有注册用户登录后才能发表评论。