📅  最后修改于: 2022-03-11 15:03:36.607000             🧑  作者: Mango
window.onscroll = function(ev) {
if ((window.innerHeight + window.scrollY) >= document.body.offsetHeight) {
// you're at the bottom of the page
}
};