HTML网页中,嵌套HTML页面

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

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

猜你喜欢

转载自blog.csdn.net/jlq_diligence/article/details/88738210
今日推荐