C#中获取系统当前时间是星期几

xiaoxiao2021-02-28  76

            string week=DateTime.Now.ToString("dddd");

            Console.WriteLine(week);

            Console.ReadKey();
转载请注明原文地址: https://www.6miu.com/read-47949.html

最新回复(0)