博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
遍历一个三维数组
阅读量:7056 次
发布时间:2019-06-28

本文共 403 字,大约阅读时间需要 1 分钟。

int[, ,] a = new int[2, 3, 4]{
{
{
1,2,3,4},{
5,6,7,8},{
9,10,11,12}},{
{
13,14,15,16},{
17,18,19,10},{
21,22,23,24}}}; foreach (int m in a) { Console.Write(" " + m); } int l = a.Length; Console.WriteLine("\n数组总字符数 " + l); Console.ReadLine();

 

转载于:https://www.cnblogs.com/nwj-0613/p/4719920.html

你可能感兴趣的文章
python学习笔记--虫师
查看>>
Css3之基础-7 Css 表格
查看>>
打造简单的linux操作系统(内核的精简)
查看>>
专家访谈-国内首位VMware vExpert 得主畅谈心得
查看>>
【网络文件共享】05、Inotify-Tools
查看>>
简单举例通过Kibana给运维展示直观精美的图形
查看>>
centos6.x升级内核
查看>>
802.1x登录认证
查看>>
IOS 蓝牙语音通信
查看>>
我的友情链接
查看>>
Cobbler无人值守安装
查看>>
××× 专线
查看>>
Launch failed,Binary not found
查看>>
变量提升
查看>>
读写文件
查看>>
Spring Tool Suite (STS)使用Spring Template Project 生成项目时报错解决方法
查看>>
apache性能优化
查看>>
apache伪静态设置
查看>>
MathType手写输入面板清空的方法
查看>>
专注Jquery
查看>>