我包含setinterval使用空格键暂停功能的功能后,该功能未运行
setinterval
if(event.keyCode == 32 ){ clearInterval(timerId);
javascript
javascript ×1