我试图将Google TTS API与Angular结合使用。但是我一直在处理404错误。例如,这是我的一段代码:
term.wordVoiceUrl = 'http://www.translate.google.com/translate_tts?tl=fi&q=paiva';
term.wordAudio=new Audio(term.wordVoiceUrl);
term.wordAudio.play();
我不明白为什么当我使用浏览器输入链接时它工作正常但是当我在我的代码中请求它时会返回404错误?