如何做到在加载页面的时候直接定位到某一行?有没有这样的HTML标号?或者别的方法?[解决办法]有的 a.html <a href= "here " id= "anchorLink "> Title </a> 修改一下 body 标签 <body onload= "document.getElementById( 'anchorLink ').click(); ">