页面返回 上一页 下一页

<a href="Javascript:history.go(-1)">返回上一页</a> 
<a href="Javascript:history.back()">返回上一页</a> 
<a href="Javascript:window.history.go(-1)">返回上一页</a>
<a href="Javascript:window.history.back()">返回上一页</a>  
<a href="Javascript:history.go()">刷新</a>
<a href="Javascript:history.go(0)">刷新</a>
<a href="Javascript:window.history.go(0)">刷新</a> 
<a href="Javascript:history.go(1)">前进</a>
<a href="Javascript:window.history.go(1)">前进</a> 
原文地址:https://www.cnblogs.com/siri/p/2831989.html