Stopwatch class 是專門用來測量區間內所耗用的時間,它在 System.Diagnostics namespace 中。 ... using System.Diagnostics; ... class Program { static void ...
確定! 回上一頁