【发布时间】:2019-11-07 14:44:33
【问题描述】:
我使用 youtube 提供的 iframe 标签在 html 文件中嵌入了一个 youtube 视频。视频缩略图在页面上加载,但点击播放后,出现错误消息“视频不可用”
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Youtube video</title>
</head>
<body>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/kw4tT7SCmaY"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media;
gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</body>
</html>
【问题讨论】:
-
嗨...这个视频链接失效了...所以它没有出现在您的 ifram 中...好的,您可以尝试在浏览器上打开链接...