offsetHeight vs clientHeight vs scrollHeight
clientHeight = visible height + padding
offsetHeight = clientHeight + border + scrollbar
scrollHeight = clientHeight + non-visible height
一点一滴,滴水穿石,坚持。。
clientHeight = visible height + padding
offsetHeight = clientHeight + border + scrollbar
scrollHeight = clientHeight + non-visible height