摘要: using System.Collections; 新建: ArrayList list = new ArrayList(); 添加元素: int a = 1; list.Add(a); 遍历: foreach(int a in list){ Debug.Log(a); } 统计长度: Debug. 阅读全文
posted @ 2016-10-22 10:57 Shiyu_Huang 阅读(160) 评论(0) 推荐(0) 编辑