页面重载的几种方法

location.reload(true)
history.go(0)
location.reload()
location=location
location.assign(location)
document.execCommand('Refresh')
window.navigate(location)
location.replace(location)
document.URL=location.href

原文地址:https://www.cnblogs.com/xkloveme/p/7879065.html