我有时需要使用刷新我的网站。问题是 responsiveVoice 语音功能总是被中断并且直到页面被点击的任何地方都不会恢复。最小化示例(加载后没有声音,点击后会播放声音):
</html><!DOCTYPE html>
<html>
<head>
<script src="https://code.responsivevoice.org/responsivevoice.js"></script>
</head>
<body>
<a href="" onmouseover="{responsiveVoice.speak('text to speach');}">text to read - move the mouse over me</a>
</body>
</html>
知道如何在没有真正点击、一些预定义代码、任何技巧等的情况下在刷新后启用 responsiveVoice?