$(window).scroll(function(){ var _scrolltop = $('body').scrollTop();if(_scrolltop+_winHeight>_docHeight){ onloadMoreTap();//调用加载更多函数 }});