刷新当前页

Posted 子言小竹

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了刷新当前页相关的知识,希望对你有一定的参考价值。

 

刷新当前页
window.location.href=window.location.href;
或者
window.location.href="当前URL",例如

window.location.href="http://www.hao123.com/indexnt.html";

 

PS:如果不考虑window.location.href,可以直接使用
window.location.reload();刷新

以上是关于刷新当前页的主要内容,如果未能解决你的问题,请参考以下文章