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.
我想知道是否有办法使用 Jquery 或任何其他语言来了解 youtube 嵌入式视频上的当前时间,如果是,如何?
提前致谢
是的。
这取决于您嵌入 YouTube 视频的方式。但是,无论如何,JavaScript API 都有这个功能:
player.getCurrentTime()
读: