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.
我正在使用audio.js播放器。是否可以记录/计算播放次数?这样我就可以显示用户播放特定歌曲的次数。
不确定实际代码是什么,但看起来您可以使用trackEnded事件回调。如果向其添加事件侦听器,则可以增加playCount可以传递给 localStorage 或数据存储的 a。
trackEnded
playCount