js文字转语音插件(speechSynthesis)

1、参数介绍 var msg = new SpeechSynthesisUtterance(); msg.rate = 4 播放语速 msg.pitch = 10 音调高低 msg.text = "播放文本" msg.v

插件语音插件