1

我正在使用 react-native-webview 显示生成的 html 并在 ios 13 上触发 window.speechSynthesis.speak(utterance) 但说话并没有盯着看。React-native:0.60v 代码示例:

var synth = new SpeechSynthesisUtterance(content); window.speechSynthesis.speak(合成器);

4

0 回答 0