当我点击一个图像(例如,一个音频图像)时,我想听到音频。句子的声音文件是通过谷歌翻译获得的。我想这样做,而不会被重定向到不同的页面。我该怎么做呢?我尝试使用HTML5音频标签,但也没有成功。
<html>
<body>
<a href="http://translate.google.com/translate_tts?q=My+name+is+John">My name is John</a>
</body>
</html>
我试着测试画布标签,我从下面的代码开始:
<html>
<canvas id="example" width="200" height="200">
This text is displayed if your browser does not support HTML5 Canvas.
</canvas>
</html>
在IE8中我得到了这样的信息:
This text is displayed if your browser does not support HTML5 Canv