seconds = '0'+seconds; } // display time stopwatch.textContent = `${seconds}:${hundredths}`; },10); startButton.disabled = true; stopButton.disabled = false ...
確定! 回上一頁