"history" 的幾個方法
清華大學資訊系
History 長度 = [使用 history.length]
回前一頁
[使用 history.go(-1)]
重新整理
[使用 history.go(0)]
跳下一頁
[使用 history.go(+1)]