n stopListening(){isListening=false;voiceBtn.classList.remove('listening');voiceBtn.title='语音搜索';if(recognition){try{recognition.stop()}catch(e){};recognition=null}} })();