var msg = new SpeechSynthesisUtterance("hello World"); console.log(msg); window.speechSynthesis.speak(msg); 相关文章: 2022-12-23 2021-12-18 2021-08-19 2021-12-28 2021-12-18 2021-12-18 2021-12-25 2022-12-23