摘要: //输入年月日,判断是否正确 Console.WriteLine("输入一个年份"); int year = int.Parse(Console.ReadLine()); Console.WriteLine("输入一个月份"); int month = int.Parse(Console.ReadL 阅读全文
posted @ 2016-03-08 13:35 D董小姐 阅读(223) 评论(0) 推荐(0) 编辑