1. 判斷是否滾動到頁面底部:spa
if( $(window).scrollTop() + $(window).height() + 250 >= $(document).height() ){scroll
//滾動到底部的處理document
}滾動