安忍不动如大地,静虑深思如秘藏
雄鹰虽然有时候飞的比鸡还低 但鸡永远也不可能飞到鹰的高度
摘要: 假设我们拥有下面的集合 1 System.Collections.ArrayList list = new System.Collections.ArrayList();2 list.Add(1);3 list.Add(12);4 list.Add(3);5 list.Add(56);... 阅读全文
posted @ 2007-02-15 22:02 害羞的狮子王 阅读(504) 评论(0) 推荐(0) 编辑