当我尝试使用以下代码将 facebook 或您的 youtube 加载到 iframe 标签中时,什么也没有发生。页面未加载到 iframe 标记中,此问题出现在 youtube、stackoverflow 和 facebook 等多个网站上
代码:
<head>
<title>HTML Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p>Below is an iframe.</p>
<iframe src="http://www.youtube.com/" width="400" height="150">
<p>iframes are not supported by your browser.</p>
</iframe>
</body>
</html>
请有任何帮助