$(obj ).scrollTop()获取为 0 解决思路:
1.不设置 obj 高度
div{
height:auto;
}
2.强制还原高度
$(obj).css({"height": 'auto'});