标签: javascript php jquery iframe
我想知道如何获取iframe中的YouTube视频的持续时间(以秒为单位)。我真的不知道我是否应该使用PHP或JS,所以我会欢迎任何建议。 Heres是我的iframe:
<iframe width='420' height='315' id='video_player' src='https://www.youtube.com/embed/0rVwuowU6Fs' frameborder='1' allowfullscreen></iframe>
感谢您的回答。