x
 
<!DOCTYPE html>
<html>
<body>
<h1>iframe srcdoc 属性</h1>
<iframe srcdoc="<p>Hello world!</p>" src="/demo/iframe/iframe_srcdoc.html">
  <p>您的浏览器不支持 iframe。</p>
</iframe>
</body>
</html>