Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我正在使用enyo.js. 我想从echonest. 现在我可以获取歌曲的 ID。
enyo.js
echonest
我想播放音乐。
很可能您可以为此使用 HTML 5 标记。您需要更全面地调查他们的 API,以确定在获得 ID 后是否需要发出另一个请求,或者如果 ID 是音频文件的 URL,只需创建一个标签并将其设置为源即可。