1 //获取id为textarea的滚动条高度 2 var top = $("#textarea")[0].scrollHeight; 3 //滚动条滚动到最下方 4 $("#textarea").scrollTop(top);