clientHeight = height + paddingHeight 可见高度
offsetHeight = clientHeight + border
scrollHeight = contentHeight + paddingHeight 内容高度
scrollTop 向下滚动的距离
-
scrollHeight >= clientHeight,当内容高度小于可见高度时,scrollHeight为clientHeight - 当滚动至最底端时,
scrollHeight === clientHeight + scrollTop