为什么此代码会在chrome上破坏此页面。如果我自己关闭iframe标记,似乎其余内容将无法呈现。如果我添加启动iframe代码并结束iframe代码,则不会执行此操作。
<body>
<hr />
<div>
<iframe src="https://www.posttestserver.com/"
style="width:400px; height: 400px"
border="0"
frameborder="0"/>
</div>
<br />
<div>
<iframe src="https://www.posttestserver.com/"
scrolling="no"
border="0"
frameborder="0"
style="width:200px; height: 200px"
/>
</div>