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