console.time("ForLoop"); // "ForLoop" is label herefor (let i = 0; i < 5; i++) { console.timeLog('ForLoop');}console.timeEnd("ForLoop");.
確定! 回上一頁