$('#shang').click(function(){$('html,body').animate({scrollTop: '0px'}, 800);});. 上面的代碼表示滾動條跳到0的位置,頁面移動速度是800。
確定! 回上一頁