代码如下:$("#div1").scroll(function(){ $("#div").scrollLeft($(this).scrollLeft());};发现两个div滚动的距离有偏差,分别打印两个div的scrollleft.发现从一开始就差别很大。 查看完整描述