jquery如何让滚动条默认在最底部时间:2022-11-29 15:48:58 $(document).ready(function() { $("#content").scrollTop($("#content")[0].offsetHeight); });