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.
使用 Spotify URI 即 ( ) 链接到歌曲href="spotify:track:5hOvK49BB8MKmMm5zM1mJD"会导致播放曲目,而我只想转到专辑页面并突出显示曲目。我已经按照这里event.preventDefault();的建议实现了一个,但我不确定处理程序应该是什么样子才能进入跟踪页面。
href="spotify:track:5hOvK49BB8MKmMm5zM1mJD"
event.preventDefault();
没有曲目页面这样的东西——如您所见,您实际上进入了专辑页面。
要获得您想要的行为,请获取曲目的专辑并链接到该专辑。