会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Dream&er
博客园
首页
新随笔
联系
管理
订阅
2016年6月27日
C#基础 集合
摘要: //数组定义的时候 //需要定义数据类型 //需要定义初始长度 //int [] array = new int[5]; //int a = array.Length; //集合 //ArrayList al = new ArrayList();//初始化 //al.Add(3); //al.Add
阅读全文
posted @ 2016-06-27 16:29 Dream&er
阅读(176)
评论(2)
推荐(0)
编辑
公告