code

<input type=button value=刷新 οnclick="window.location.reload()">
<input type=button value=前进 οnclick="window.history.go(1)">
<input type=button value=后退 οnclick="window.history.go(-1)">
<input type=button value=前进 οnclick="window.history.forward()">
<input type=button value=后退 οnclick="window.history.back()"> //后退+刷新

 

 

 

 

 

 

 

 

相关文章:

  • 2021-07-31
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2022-02-12
  • 2021-09-15
相关资源
相似解决方案