window.scroll() 用來捲動網頁的捲軸到指定的網頁座標。 scroll() 需要兩個參數 ... function run() { window.scroll(100, 100); } /* 《程式語言教學誌》的範例 ...
確定! 回上一頁