瀏覽器中的前進和後退代碼window.history.go(-1),history.back()

history.go(), history.back(),//後退一頁 history.forward()//前進一頁 window.history.go(-1);//後退一頁 window.history.go(-n);//後退n頁 window.history.go(1);//前進一頁 window.history.go(n);//前進n頁 window.history.go(0);//刷新頁
相關文章
相關標籤/搜索