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