arrayList使用 与 foreach 使用
摘要:
private void button1_Click(object sender, EventArgs e) { IList arrayAnimal = new ArrayList(); arrayAnimal.Add("12"); arrayAnimal.Add("df"); arrayA... 阅读全文
posted @ 2014-05-23 20:12 潺潺水声 阅读(5785) 评论(0) 推荐(0)