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.
我正在尝试加载一首歌曲并让它从第二个 30 开始播放。我使用 dz.player.playtracks(); 然后 dz.player.seek(30); 但仍然从头开始。
有任何想法吗?
最好的方法是使用偏移量。这是一个例子,
// 索引和偏移参数设置为从播放队列中 '22 处的第一首曲目开始播放 DZ.player.playTracks([3135556, 1152226], 0, 22);