2011年8月7日 星期日

[Javascript] 刷新頁面的幾種方法

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

沒有留言:

張貼留言