Fork me on GitHub
摘要: Stopwatch st = new Stopwatch(); st.Start(); for(int i =0; i<100000; i++) { console.writeLine('输出'); } st.Stop(); TimeSpan ts = st.Elapsed; BaseHelper. 阅读全文
posted @ 2022-10-13 11:24 WantRemake 阅读(49) 评论(0) 推荐(0) 编辑