gpt4 book ai didi

javascript - speechSynthesis API 示例给出错误

转载 作者:行者123 更新时间:2023-11-30 17:54:38 26 4
gpt4 key购买 nike

Web Speech API Specification 上给出的示例

    speechSynthesis.speak(SpeechSynthesisUtterance('Hello World'));

在 chrome 上出现以下错误:

Uncaught TypeError: DOM object constructor cannot be called as a function.

有人可以帮忙吗?

谢谢!

最佳答案

我认为规范中有一个类型,您应该将 new 关键字与 SpeechSynthesisUtterance 对象一起使用。试试这个:

speechSynthesis.speak(new SpeechSynthesisUtterance('Hello World'));

关于javascript - speechSynthesis API 示例给出错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18292625/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com