$(function(){ $(window).scroll(function() {//滚动监控 var to_top = $(document).scrollTop();//当前页面位置 }); });