源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <iframe src="demo_iframe.htm" name="iframe_a"> <p>你的浏览器不支持 iframe.</p> </iframe> <a href="http://www.CodingDict.com" target="iframe_a">编程字典</a> <p><b>注意:</b> 因为 iframe的名称和链接的target匹配,所有链接将在iframe中打开</p> </body> </html>
运行结果