Vue系列:滚动页面到指定位置实现
方法1:scrollTop 滚动到某位置

image
方法2:scrollTo,scrollBy,scroll滚动到某位置

image
方法3:scrollIntoView() 实现滚动到具体某元素

image
需注意,上述3种方法都不是平滑滚动
方法1:scrollTop 滚动到某位置
方法2:scrollTo,scrollBy,scroll滚动到某位置
方法3:scrollIntoView() 实现滚动到具体某元素
需注意,上述3种方法都不是平滑滚动