摘要:
javascriptrefreshpageJavascript刷新页面的几种方法:1history.go(0)2location.reload()3location=location4location.assign(location)5document.execCommand('Refresh')6window.navigate(location)7location.replace(location)8document.URL=location.href自动刷新页面的方法:1.页面自动刷新:把如下代码加入<head>区域中<metahttp-equiv=&qu 阅读全文
posted @ 2011-11-04 10:12
小さいです哥
阅读(260)
评论(0)
推荐(0)