<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>
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐