JS滚动顶部,底部 2023-1-15 18:22 | 348 | 0 | 前端 36 字 | 2 分钟 // 滚动到底部 handleScrollBottom(){ this.$nextTick(function () { // 设置滚动最底部 let msgBody = document.getElementsByClassName('message-body')[0] //设置滚动条到最底部 if(msgBody.scrollHeight… js