gpt4 book ai didi

javascript - 嵌入的 JQuery youtube 链接不起作用

转载 作者:行者123 更新时间:2023-12-02 18:59:50 28 4
gpt4 key购买 nike

请检查:http://jsfiddle.net/T6Nja/

我的 JQuery:

$('.training').html(function(i,v){
var id = v.split('watch?v=')[1]; // get the id so you can add to iframe
return '<iframe width="150" height="150" src="http://www.youtube.com/embed/' + id + '" frameborder="0" allowfullscreen></iframe>';
});

});我的 HTML:

<div class="training">http://www.youtube.com/watch?v=DABphlXEyW8e</div><div class="training">http://youtu.be/DABphlXEyW8f</div>

我一无所知...

最佳答案

我认为问题是第一个 div 中的视频 id look at this example我已将视频 ID 从 DABphlXEyW8e 更改为 DABphlXEyW8

关于javascript - 嵌入的 JQuery youtube 链接不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14905108/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com