标签: html youtube
我正在尝试在网页中显示YouTube视频,但所有出现的内容都是一个空框,其中的视频应该是黑色边框。这是代码。
boolean anyMatch = !Collections.disjoint(new HashSet<>(list1), list2);
答案 0 :(得分:0)
试试这段代码。这是由Youtube提供的,当您单击共享然后嵌入:
<iframe width="560" height="315" src="https://www.youtube.com/embed/l_fN8LXco2A" frameborder="0" allowfullscreen></iframe>
希望有所帮助