首页 > 编程知识 正文

html内嵌套其他页面,html5嵌套网页

时间:2023-05-05 11:02:00 阅读:223385 作者:927

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

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

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。