2个回答
2013-06-26
展开全部
不用JS,用HTM的锚记就可以了。给这个锚记定位#,然后上面加一个连接到#就行了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-06-26
展开全部
<html>
<head>
</head>
<body><button onclick='scrollEnd()'> 点击置底 </button>
<div style="width:13px; height:2000;background-color:#000"></div><hr/>
<script>
function scrollEnd(){
while(document.body.scrollTop<screen.width){
document.body.scrollTop +=1000 ;
setTimeout(scrollEnd,1);
}
}
</script>
</body></html>
<head>
</head>
<body><button onclick='scrollEnd()'> 点击置底 </button>
<div style="width:13px; height:2000;background-color:#000"></div><hr/>
<script>
function scrollEnd(){
while(document.body.scrollTop<screen.width){
document.body.scrollTop +=1000 ;
setTimeout(scrollEnd,1);
}
}
</script>
</body></html>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询