原创 C# 性能測試

//實例化一個sw Stopwatch sw = new Stopwatch(); //開始計數 sw.Start();