摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace ConsoleApplication1{ class Pro... 阅读全文
posted @ 2015-09-20 11:39 软件工程开发 阅读(2622) 评论(0) 推荐(0) 编辑
摘要: //集合ArrayList:跟数组比,不限数量,不限类型 ArrayList arr = new ArrayList(); arr.Add(5); arr.Add(7); arr.Add(... 阅读全文
posted @ 2015-09-20 11:29 软件工程开发 阅读(121) 评论(0) 推荐(0) 编辑