摘要: using System.Diagnostics; Stopwatch timer = new Stopwatch(); timer.Start(); for(....) timer.Stop(); MessageBox.Show(timer.Elapsed.Ticks.ToString(Cultu 阅读全文
posted @ 2023-05-28 10:06 .net&new 阅读(35) 评论(0) 推荐(0)