嵌入 youtube 视频错误

Embeded youtube video error

我正在尝试在我的网站上嵌入一个 YouTube 视频,但无论我嵌入什么视频,它都只是说 "an error has occurred."(这是明确解释的问题)

我希望视频能够播放。 (这是期望的结果)

<iframe width="420" height="315" src="https://www.youtube.com/embed/watch?v=039nv45oth8"></iframe> 

(以上是最少需要的代码)

试试这个代码:

<iframe width="420" height="315" src="https://www.youtube.com/embed/039nv45oth8" frameborder="0" allowfullscreen></iframe>

其实你不必自己写代码,只要在YouTube上找到你想添加的视频,然后点击按钮"SHARE",select "Embed" 你会看到代码已经准备好了。只需单击 "COPY" 复制它,然后将其粘贴到您的 html 代码中。