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 视频嵌入 HTML5 标记的网站。你能告诉我我应该如何在不使用的情况下嵌入其中<iframe>
<iframe>
没有 Javascript 就没有办法做到这一点。但是出色的 MediaElement.js 库将为此目的出色地工作:
http://mediaelementjs.com
上面的示例显示了使用带有<video>标签的 YouTube 视频,但对于不支持 Flash 的浏览器,它也有一个后备方案。
<video>
在不违反 YouTube 服务条款的情况下,您无法提取视频的来源。在网页中嵌入视频的唯一受支持方法是使用 iframe 嵌入。