測試緩存時間問題console.time

// 啓動計時器
console.time('testForEach');

// (寫一些測試用代碼)

// 中止計時,輸出時間
console.timeEnd('testForEach');
相關文章
相關標籤/搜索