JavaScript window.location.href的用法
window.location.href是直接写在js里面,代码如下所示:
<title>标题</title>
<script type="text/javascript">
window.location.href="http://www.baidu.com";
</script>
这样打开页面的时候就直接跳转到百度首页。
猜你喜欢:暂无回复。
window.location.href是直接写在js里面,代码如下所示:
<title>标题</title>
<script type="text/javascript">
window.location.href="http://www.baidu.com";
</script>
这样打开页面的时候就直接跳转到百度首页。
猜你喜欢: