摘要: Javascript刷新页面的几种方法: 1 history.go(0) 2 location.reload() 3 location=location 4 location.assign(location) 5 document.execCommand('Refresh') 6 window.navigate(location) 7 loca... 阅读全文
posted @ 2008-11-17 11:51 Athrun 阅读(699) 评论(0) 推荐(0) 编辑