hspl
var msg = new SpeechSynthesisUtterance("hello World");
console.log(msg);
window.speechSynthesis.speak(msg);

 

分类:

技术点:

相关文章: