c# 数组

  1.什么是数组---一组类型相同数据的集合

  2.声明数组----例 int[] students

     3.初始化 students=new int[4]{1,3,5,6}

        

posted @ 2012-04-13 15:17  尘中世界  阅读(71)  评论(0编辑  收藏  举报