编辑页面
来自能源智库
<!DOCTYPE html> <html> <body>
<iframe src="/example/html/demo_iframe.html" name="iframe_a"></iframe>
<a href="http://www.w3school.com.cn" target="iframe_a">W3School.com.cn</a>
注释:由于链接的目标匹配 iframe 的名称,所以链接会在 iframe 中打开。
</body> </html>