The pageXOffset property is an alias for the scrollX property: window.pageXOffset == window.scrollX; // always true.
確定! 回上一頁