script 页面在指定位置加载

<head>

<script>  function load(){window.location="#workspaces"} </script>

</head>

<body id="home"class="logged-out" onLoad="load()">

原文地址:https://www.cnblogs.com/to-creat/p/6679560.html