https://www.speaklanguages.com/english/phrases/more-common-expressions 所以这个网站使用SoundManager来播放音频。创建声音所需的格式是
使用指定的ID和URL(简单的双参数)创建声音 方法。)示例:
soundManager.createSound('mySound','/audio/mysoundfile.mp3');
但是,当我检查网站的源代码时,它就是这样的
soundManager.createSound('en','im_going_out_f');
实际声音网址为http://speaklanguages.cachefly.net/sound/en/mp3/im_going_out_f.mp3
有人可以向我解释一下,如何只包含文件名而不是整个mp3链接?