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.
对于 Web 应用程序,有没有办法检查当前用户是否有 30 秒的流媒体限制?
它可能发生在两种情况下:
谢谢。
我为此找到了一个技巧:
DZ.Event.subscribe('player_position', function(arg){ if (arg[1] == 30 ){ alert('limit 30 secs'); });
注意,因为在歌曲的开头,由于某种原因,arg[1] 为 0