web前端识别文字转语音

const msg = new SpeechSynthesisUtterance("hello world");
window.speechSynthesis.speak(msg);

 

posted @ 2018-11-30 16:49  秋风2016  阅读(1216)  评论(1)    收藏  举报