let msg = new SpeechSynthesisUtterance("你好");msg.rate=4;msg.pitch=10;msg.text="您好赵";msg.volume=1;speechSynthesis.speak(msg);
var synth = window.speechSynthesis;undefinedvar voices = synth.getVoices();
msg.voice=voices[16]