语音播报功能 window.speechSynthesis.pause(); } //继续播放 function resume() { window.speechSynthesis.resume(); //继续 } //清除所有语音播报创建的队列