摘要: $(document).scroll(function(){ if($(document).scrollTop()>=$(document).height()-$(window).height()){ //滑到底部操作 } }); //alert($(document).height());获取文档 阅读全文