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