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.
我正在使用“angualr-YouTube-embed”指令在我的 Angular 网络应用程序中嵌入 YouTube 播放器。在那我必须确定正在播放的视频的当前搜索位置。我该如何解决这个问题?
最后我找到了解决这个问题的方法。
我们可以player.getCurrentTime()用来获取当前的搜索位置。
player.getCurrentTime()
您可以在此处找到详细信息:iframe 嵌入的 YouTube 播放器 API 参考