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.
如何获取嵌入式 youtube 视频的播放秒数?
排除视频暂停/未开始/跳过/ 仅缓冲播放秒数时的计数,如何检测它们?
使用当前时间
ytplayer = document.getElementById("movie_player"); ytplayer.getCurrentTime();
https://developers.google.com/youtube/js_api_reference
这是你要找的吗?