摘要: var sound = function (text) { let utterance = new SpeechSynthesisUtterance(text); return window.speechSynthesis.speak(utterance); }; 阅读全文
posted @ 2023-04-21 21:57 饭 阅读(172) 评论(0) 推荐(0) 编辑