移动端将滚动条置底

function scrollbottom() {
var h = $(document).height()-$(window).height();
$(document).scrollTop(h);
}

posted @ 2023-02-24 17:03  东云博士  阅读(20)  评论(0)    收藏  举报