Html ResponsiveVoiceJS TTS不工作

Html ResponsiveVoiceJS TTS不工作,html,text-to-speech,Html,Text To Speech,我有一个简单的网页,我正试图得到文字到语音,所以一旦一个字是突出显示,它会说给用户使用TTS。据我所知,您只需要一行代码,即脚本。有人可以帮助我解决可能出现的问题,例如它为什么不工作 <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css? family=Open+Sans" /> <scr

我有一个简单的网页,我正试图得到文字到语音,所以一旦一个字是突出显示,它会说给用户使用TTS。据我所知,您只需要一行代码,即脚本。有人可以帮助我解决可能出现的问题,例如它为什么不工作

<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?
family=Open+Sans" />
<script src="https://code.responsivevoice.org/responsivevoice.js"></script>
</head>
<body>
<div class="nav-arrow" onClick="location.href='sam.html';"></div>
<div class="nav-arrow" >  </div>
<h2>Can you help Sam to draw a ship and sail across the ocean?</h2>
<div class='contain-boat'>
<div class='bottom'>
<div class='window'></div>
<div class='window window-2'></div>
<div class='window window-3'></div>
<div class='window window-4'></div>
</div>
<div class='pole'></div>
<div class='flag'></div>
<div class='sail'></div>
<div class='sail sail-2'></div>
</div>
</body>
</html>

你能帮山姆画一艘船,横渡大洋吗?