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.
我正在尝试制作一个使用 iframe 嵌入内容的 plunkr。这是我到目前为止所拥有的。我做错了吗?它只显示一个空的 iframe。
iFrames 在 plunker 中工作。这仅取决于来源。
例如尝试以下操作:
<iframe src="http://www.w3schools.com"></iframe>
演示
Google 会阻止浏览器在不在 Google 域网页上的 iFrame 中显示 Google 网站。
如何在 iframe 中显示 google.com?