If scrollX is greater than 400, reset scroll position to the top left of the document. if (window.scrollX > 400) { window.scroll(0,0); } ...
確定! 回上一頁