<input type=button value=后退 onclick=history.go(-1)>
<input type=button value=刷新 onclick=history.go(-0)>
<input type=button value=前进 onclick=history.go(+1)>
<a href="javascript:void(null)" >
这表示不刷新当前页面
onclick="history.go( -1 );
这表示单击链接返回前一页面