1

我想在我的 html 中添加带有 trackid 的缩略图,然后单击缩略图将打开 modelbox 以播放视频。

在 html 页面上,我只有跟踪 id 信息。

那么如何在基本的 html 页面上显示拇指图像呢?

SC.get('/tracks/726040417', function(sound) {
    console.log(sound.artwork_url);
});

我正在使用类似上面的东西,但它给出了 SC undefied 错误。

4

0 回答 0