hspl
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
猜你喜欢
  • 2022-02-19
  • 2021-12-18
  • 2021-12-18
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案