js左右联动实现滚动方法 萧寂173 2023-01-31 94 阅读1分钟 在js里,可以使用如下方法实现滚动效果 scrollTo({ top: 0, left: 0, behavior: "smooth" })