如果需要让页面平滑滚动到指定位置,则需要增加参数​​behavior​​,设置其值为"smooth" 

var t = document.body.clientHeight;
window.scroll({ top: t, left: 0, behavior: 'smooth' });