JavaScript 使div的滚动条滚动到底部

var scrollDom = document. getElementById( 'ID');
     scrollDom. scrollTop = scrollDom. scrollHeight

你可能感兴趣的:(HTML)