HTML网页中,嵌套HTML页面,直接上代码。

<div class="indextophtml"></div>
<script type="text/javascript">
$(document).ready(function () {
$('.indextophtml').load('./../about/indextop.html');
});
</script>

更多推荐

HTML网页中,嵌套HTML页面