You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
715 B
HTML
13 lines
715 B
HTML
2 years ago
|
<!-- 此示例是html片断 -->
|
||
|
<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>
|