会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
legendary_tm
博客园
首页
新随笔
联系
订阅
管理
2021年5月31日
Java6 数组
摘要: 数据类型[] 数组名称 = new 数据类型[长度]; for(int temp:array){ System.out.print(temp); } 二维数组输出 class ArrayDemo{ public int array[][] = new int[][]{{1,2,3,4,5},{2,4
阅读全文
posted @ 2021-05-31 09:08 legendary_tm
阅读(43)
评论(0)
推荐(0)
编辑
公告