摘要: using System; using System.Collections.Generic; using System.Text; namespace staticTest { class Program { static void Main(string[] args) { parrot parrot1 = new ... 阅读全文
posted @ 2008-06-03 18:40 坤哥 阅读(549) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Text; namespace staticTest { class Program { static void Main(string[] args) { Bird.showBird(); ... 阅读全文
posted @ 2008-06-03 17:34 坤哥 阅读(601) 评论(0) 推荐(0)