导航

2016年3月27日

摘要: Console.WriteLine("请输入年份:"); try { int year = Convert.ToInt32(Console.ReadLine());//有可能抛异常 Console.WriteLine("请输入月份:"); try ... 阅读全文

posted @ 2016-03-27 18:50 颍川小哥 阅读(257) 评论(0) 推荐(0) 编辑