js将文字转语音播放

<script type="text/javascript"> var msg = new SpeechSynthesisUtterance("hello everyone"); console.log(msg); window.speechSynthesis.speak(msg); </script> 设置播放参数可查看控制台javascript
相关文章
相关标签/搜索