您好,根据我的问题位于:
我怎么能把它写成移动兼容?
window.onscroll = function () {
if (document.body.scrollHeight == (document.body.scrollTop + document.body.clientHeight)) {
            alert("ok");
        }
    }
谢谢你
您好,根据我的问题位于:
我怎么能把它写成移动兼容?
window.onscroll = function () {
if (document.body.scrollHeight == (document.body.scrollTop + document.body.clientHeight)) {
            alert("ok");
        }
    }
谢谢你