long time = System.currentTimeMillis();
若要計算程式所執行時間,可以用以下方式~~
long Start = System.currentTimeMillis(); // 取出目前時間
// ==============================
// 你的程式
// ==============================
long ProcessTime = System.currentTimeMillis() - StartTime; // 計算處理時間
沒有留言:
張貼留言