<div>
<!--第一種:使用object標(biāo)簽-->
<object type="text/html" data="https://www.baidu.com" style="width:1000px; height:1000px">
<p>backup content</p>
</object>
<!--第二種:使用iframe 標(biāo)簽-->
<iframe src='http://wwww.baidu.com' style="width:1000px; height:1000px"></iframe>
</div>
<!--第三種:先彈出一個頁面,再在這個頁面使用window.location.href重定向到網(wǎng)頁-->
<script>
window.location.href='http://wwww.baidu.com';
</script>
文章來源地址http://www.zghlxwxcb.cn/news/detail-744489.html
文章來源:http://www.zghlxwxcb.cn/news/detail-744489.html
到了這里,關(guān)于html頁面引入其他html頁面的方法的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!