想在點擊更多的頁面 跳轉后 用戶能看到的是新聞 不用再用scollbar拖下來到新聞頁面 這時候就需要在鏈接上 做下處理
<a href="/article/list/page/1/13.html#view" class="titleMore f12">查看更多</a> 在 a鏈接的后面加載 #view
然后在另外這個新聞頁面的div中加入 id = view 這樣點擊的時候用戶就能直接看到新聞列表 不用再次拖動scollbar了
<!--data-info start-->
<div class="data-info" id="view">
來源:CSDN 原文:https://blog.csdn.net/zero_295813128/article/details/50963786?utm_source=copy