我在使用 SoundCloud getter getCurrentSound(callback) 时遇到问题。我正在尝试将当前在小部件中的歌曲存储为 var,以便我可以将其作为参数传递给我的 ruby 方法之一。
我尝试了以下方法,但它不起作用:
var current song = SC.Widget("sc-widget").getCurrentSound()
以下是有关 SoundCloud 使用的 getter 的信息:http: //developers.soundcloud.com/docs/api/html5-widget