2008年6月26日
摘要: 学习c#几天了.感觉还是有点晕,今天把作业写好放博客里. 联系switch……case的用法: int arr; Console.WriteLine("请输入1^7:"); arr=int.Parse(Console.ReadLine()); switch (arr) { case 1: Console.WriteLine("今天星期1"); break;... 阅读全文
posted @ 2008-06-26 16:47 小胖啊 阅读(225) 评论(1) 推荐(0)