<div>
<!--第一种:使用object标签-->
<object type="text/html" data="https://www.baidu.com" style="width:1000px; height:1000px">
<p>backup content</p>
</object>
<!--第二种:使用iframe 标签-->
<iframe src='http://wwww.baidu.com' style="width:1000px; height:1000px"></iframe>
</div>
<!--第三种:先弹出一个页面,再在这个页面使用window.location.href重定向到网页-->
<script>
window.location.href='http://wwww.baidu.com';
</script>
文章来源地址https://www.toymoban.com/news/detail-744489.html
文章来源:https://www.toymoban.com/news/detail-744489.html
到了这里,关于html页面引入其他html页面的方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!