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