js:document.body.scrollLeft = 200;作用在body 上无效;自己碰到的问题,记录一下,大家可以参考
作用在body上无效
document.documentElement.scrollLeft =document.body.scrollLeft = 200;