方法一:

 

<input type=button value=刷新 onclick="history.go(0)">

 

方法二:

 

<input type=button value=刷新 onclick="location.reload()">

 

方法三:

 

<input type=button value=刷新 onclick="location=location">

 

方法四:

 

<input type=button value=刷新 onclick="window.navigate(location)">

 

方法五:

 

<input type=button value=刷新 onclick="location.replace(location)">

 

方法六:

 

<input type=button value=刷新 onclick="document.execCommand('Refresh')" />

 

方法七:

 

<input type=button value=刷新 onclick="window.open('Default.aspx','_self')" />

相关文章:

  • 2022-12-23
  • 2021-07-07
猜你喜欢
  • 2021-09-12
  • 2021-12-29
  • 2021-12-15
  • 2021-08-14
  • 2021-09-22
  • 2021-12-05
相关资源
相似解决方案