HTML
HTML <iframe> 元素
在此实例中,Google 地图显示在框架中;
源代码:
点击运行 »
<iframe id="Example2" title="iframe Example 2" width="400" height="300" style="border:none" src="https://maps.google.com/maps?f=q&source=s_q&q=buenos+aires&sll=37.0625,-95.677068&sspn=38.638819,80.859375&t=h&hnear=Buenos+Aires,+Argentina&z=11&ll=-34.603723,-58.381593&output=embed"> </iframe>
运行结果:
点击运行 »