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