摘要: Stopwatch Timer 时间 计时器 ElapsedMilliseconds /// /// 转换成时间 00:00:00 /// /// /// public string time(long duration) { TimeSpan t = new TimeSpan(0... 阅读全文
posted @ 2019-12-25 14:13 XE2011 阅读(1738) 评论(0) 推荐(0)