<!DOCTYPE html>
<html>
<body>
<h1>iframe src 属性</h1>
<iframe src="/index.html">
<p>您的浏览器不支持 iframe。</p>
</iframe>
</body>
</html>