js刷新页面的几种方法

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/Alan2016/p/5212714.html