且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

自动滚动到不断增长的页面底部的 Javascript 机制?

更新时间:2023-10-29 09:58:16

x = 0;  //horizontal coord
y = document.height; //vertical coord
window.scroll(x,y);