speak (text) {
var voice = new SpeechSynthesisUtterance(text);
speechSynthesis.speak(voice);
}
谷歌浏览器文字转语音
最新推荐文章于 2024-10-11 08:00:00 发布
speak (text) {
var voice = new SpeechSynthesisUtterance(text);
speechSynthesis.speak(voice);
}