检查用户是否滚动到页面底部 const isAtBottom = () => document.documentElement.clientHeight + window.scrollY >= document.documentElement.scrollHeight 查看效果