Javascript刷新页面的几种方法:window.navigate(location)location.reload()location=locationlocation.assign(location)location.replace(location)history.go(0)document.execCommand('Refresh')document.URL=location.href