【发布时间】:2012-02-28 06:20:50
【问题描述】:
对于我的 spotify 应用程序,我想将 last.fm 中的艺术家图像临时存储在本地存储中。 谁能告诉我这可能吗?
【问题讨论】:
标签: javascript html spotify
对于我的 spotify 应用程序,我想将 last.fm 中的艺术家图像临时存储在本地存储中。 谁能告诉我这可能吗?
【问题讨论】:
标签: javascript html spotify
这是可能的。 使用 Spotify 应用指南中提到的 HTML5 本地存储 API。
Spotify 指南:http://developer.spotify.com/download/spotify-apps-api/guidelines HTML5 本地存储:http://www.w3schools.com/html5/html5_webstorage.asp
【讨论】: