clientHeight = height + paddingHeight
可見高度
offsetHeight = clientHeight + border
scrollHeight = contentHeight + paddingHeight
內容高度
scrollTop
向下滾動的距離
-
scrollHeight >= clientHeight
,當內容高度小于可見高度時,scrollHeight為clientHeight - 當滾動至最底端時,
scrollHeight === clientHeight + scrollTop