我想獲取包含用戶庫中所有播放列表的數組(http://developer.spotify.com/download/spotify-apps-api/參考/ dcdebc652c.html)。Spotify應用程序API:圖書館級不會返回用戶播放列表
沒有問題與其他類的屬性(專輯,藝術家,starredPlaylist,軌道),但不知何故,在 「播放列表」 屬性不會使用
var allPlaylists = models.library.playlists;
而
var allArtists= models.library.artists;
作品只是工作(兩者都使用document.write(var))
有什麼建議嗎?謝謝!
你是什麼意思的「不行」?它拋出一個錯誤在你的控制檯或是一個空的數組或null或什麼? – Trott 2011-12-25 00:33:24
對不起,document.write返回「undefined」 – 2011-12-25 10:54:13