摘要:
//请用户输年份,再输入月份,输出该月的天数.(结合之前判断闰年来做) Console.WriteLine("请输入一个年份"); try { int year = Convert.ToInt32(Console.ReadLine()); //年份 Console.WriteLine("请输入一个月 阅读全文
posted @ 2021-01-11 15:25
默默依然
阅读(602)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _02异常捕获{ class Program { sta 阅读全文
posted @ 2021-01-11 14:33
默默依然
阅读(159)
评论(0)
推荐(0)

浙公网安备 33010602011771号