任意输入一个日期输出是当年的第几天星期几
摘要:
class Program { static void Main(string[] args) { string putDateStr = Console.ReadLine(); DateTime putDate = new DateTime(Int32.Parse(putDateStr.Split 阅读全文
posted @ 2022-01-06 17:13 维尔维尔 阅读(197) 评论(0) 推荐(0) 编辑