摘要: Console.Write("请输入月份:"); int a = int.Parse(Console.ReadLine()); Console.Write("请输入几号:"); int b = int.Parse(Console.ReadLine()); int a1 = 31, a2 = 28, ... 阅读全文
posted @ 2015-11-02 17:06 つ无知的少年 阅读(109) 评论(0) 推荐(0)