编辑下面的代码:
【加编码】
查看效果 »
<html> <body> <iframe srcdoc="<p>Hello world!</p>" src="/demo/demo-iframe_srcdoc.htm"> <p>您的浏览器不支持 iframe 标签。</p> </iframe> <p><strong>注意:</strong> 只有 Chrome 和 Safari 6 支持 <iframe> 标签的 srcdoc 属性。</iframe></p> </body> </html>
结果:
【此窗口】
帮助?