会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Sunray
博客园
首页
新随笔
联系
管理
订阅
2016年10月27日
Java 数组的三种创建方法
摘要: public static void main(String[] args) { //创建数组的第一种方法 int[] arr=new int[6]; int intValue=arr[5]; //System.out.println(intValue); //创建数组的第二种方法 int[] x=
阅读全文
posted @ 2016-10-27 11:55 Sunray0330
阅读(280579)
评论(0)
推荐(6)
编辑
公告