好吧我正在使用jQuery并且当前获得滚动条的最大值: var $body = $('body'); $body.scrollLeft(99999); // will give me the max value since I've ...
確定! 回上一頁