我尝试在iframe中打开某些站点,但我的浏览器无法加载这些站点。我的源代码是
<html>
<body>
<iframe src="http://www.microsoft.com">
<p> Your browser does not support iframes. </p>
</iframe>
</body>
</html>
这段代码运行良好,可以在iFrame中加载microsoft.com,但是当我将src更改为http://www.amazon.com时,它不会在iFrame中加载amazon.com。我不确定为什么会发生这种情况,有什么解决方案可以解决吗?
向你致敬,亚历克斯
https://stackoverflow.com/questions/26988329
复制相似问题