摘要:
document.documentElement.offsetheight ==>html高度 document.documentElement.clientHeight ==> 窗口可见区域高度 document.body.clientHeight ==> body对象高度 document.bo 阅读全文
摘要:
$(window).scrollTop()+$(window).height()<=$(document).height() 阅读全文