📅  最后修改于: 2022-03-11 15:01:12.848000             🧑  作者: Mango
//For a smooth scroll using jQuery animate
$('#DebugContainer').stop().animate({
scrollTop: $('#DebugContainer')[0].scrollHeight
}, 800);