我正在嘗試編寫我的第一個Alexa技能。經過大量的研究,我已經建立了一個能夠播放音符的技巧。 當我測試的技巧,我得到了以下錯誤消息: Error: There was a problem when trying to retrieve the audio from https://s3.amazonaws.com/music-notes/A-sharp.mp3
我可以訪問該文件就好在我的瀏覽器
如何選擇使用querySelector 這裏整個文檔來選擇整個文檔代碼: var jsdom = require('jsdom');
const {JSDOM} = jsdom;
const dom = new JSDOM(htmlSource)
var q = dom.window.document.querySelector.bind(dom.window.document);
q("
我想執行一些特定的nodejavascript文件,在我的網站上有一個「點擊」事件。我正在使用express來運行我的服務器和網站。我認爲正確的做法是使用jQuery和一些GET請求。該Javascript文件的工作,如果我只需在控制檯"node examplefile.js"打電話給他們的文件看起來像這樣: var MapboxClient = require('mapbox');
var c