window.location.href的用法

Posted liaoxiaolao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了window.location.href的用法相关的知识,希望对你有一定的参考价值。

window.location.href是直接写在js里面,代码如下所示:

<title>标题</title>
<script type="text/javascript">
window.location.href="http://www.baidu.com";
</script>

这样打开页面的时候就直接跳转到百度首页。

以上是关于window.location.href的用法的主要内容,如果未能解决你的问题,请参考以下文章

window.location.href的用法

window.location.href的用法

window.location.href的用法

window.location.href的用法

window.location.href和window.open的几种用法和区别

window.location.href和window.open的几种用法和区别