<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>使用 iframe</title> </head> <body class="iframe-body"> <link rel="stylesheet" href="css/Import.css"> <div class="import-box"> <h2>引入html文件</h2> <a href="#" onclick="window.top.location='./Index.html';">首页</a> <a href="#" onclick="window.top.location='./UseIframe.html';">使用 iframe</a> <a href="#" onclick="window.top.location='./UseObject.html';">使用 object</a> <a href="#" onclick="window.top.location='./UseLink.html';">使用 link</a> <a href="#">使用 bootstrap 等框架</a> <a href="#" onclick="window.top.location='./UseJs.html';">使用 js</a> <a href="#" onclick="window.top.location='./UseJquery.html';">使用 jquery</a> <a href="#">使用 动态网页技术</a> </div> </body> </html>