我正在尝试将两个iframe加载到另一个上面,我只看到顶部的一个可见
<iframe src ="http://www.videoapt.com/tabid/53/VPID/119/VP/AMLI7thStreetStation/Default.aspx" width="700" height="500" frameborder="0" scrolling="auto"><br>
<iframe src ="http://www.circlepix.com/home3/LWAPPH" width="700" height="500" frameborder="0" scrolling="auto">
答案 0 :(得分:2)
您必须关闭iframe。
<iframe></iframe>
这不是一个自我封闭的元素。