Skip to content

Instantly share code, notes, and snippets.

@jesseincn
Created August 29, 2014 15:40
Show Gist options
  • Save jesseincn/e233f948a9f0e17e6302 to your computer and use it in GitHub Desktop.
Save jesseincn/e233f948a9f0e17e6302 to your computer and use it in GitHub Desktop.
Javascript刷新页面的几种方法
history.go(0)
location.reload()
location=location
location.assign(location)
document.execCommand('Refresh')
window.navigate(location)
location.replace(location)
document.URL=location.href
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment