const msg = new SpeechSynthesisUtterance("hello world");
window.speechSynthesis.speak(msg);

 

相关文章:

  • 2021-06-28
  • 2021-08-02
  • 2021-12-23
  • 2021-07-11
  • 2021-12-25
  • 2022-01-07
  • 2021-12-09
  • 2021-09-19
猜你喜欢
  • 2022-12-24
  • 2021-12-05
  • 2022-12-23
  • 2021-12-09
  • 2021-10-18
  • 2021-12-10
  • 2022-01-24
相关资源
相似解决方案