web前端识别文字转语音

const msg = new SpeechSynthesisUtterance("hello world");
window.speechSynthesis.speak(msg);
原文地址:https://www.cnblogs.com/lml2017/p/10045116.html