js刷新页面大全

来源:互联网 发布:淘宝卖家升级好难 编辑:程序博客网 时间:2024/05/17 04:00

转自   http://www.jb51.net/article/14397.htm


1,history.go(0) 
2,location.reload()     //刷新当前页面,相当于F5
3,location=location 
4,location.assign(location) 
5,document.execCommand('Refresh') 
6,window.navigate(location) 
7,location.replace(location) 
8,document.URL=location.href