刷新当前页
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();刷新
刷新当前页
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();刷新
原文:https://www.cnblogs.com/ziyanxiaozhu/p/8681273.html