摘要:
一、用C#自带的StopWatch函数123456789101112131415161718192021222324usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Diagnostics;namespaceStopWatch{classProgram{staticvoidMain(string[] args){Stopwatch sw = newStopwatch();sw.Start();//这里填写要执行的代码sw.Stop();Console.WriteLi 阅读全文
posted @ 2013-10-18 10:58
左正
阅读(470)
评论(0)
推荐(0)

浙公网安备 33010602011771号