Ich fand this question in Stackoverflow. Ich habe versucht, das Gleiche zu tun, aber es funktioniert nicht.Warum dieses Javascript Text-To-Speech mit Google URL funktioniert nicht
<html>
<body>
<script type="text/javascript">
var audio = new Audio();
audio.src ='https://translate.google.com/translate_tts?ie=utf-8&tl=en&q=Hello%20World';
audio.play();
</script>
</body>
</html>
Können Sie mir sagen, was los war?
Was ist rel-Tag? – Tum
http://www.w3schools.com/tags/att_a_rel.asp –
Wie setze ich rel = "nofollow" in meinen Code? – Tum