1. 将滚动条置于底部
var srcH = $(".msg-IOC").prop("scrollHeight");$('.msg-IOC').scrollTop(srcH); $(".msg-IOC").animate({scrollTop:srcH}, 300);//加动画