|
1
2
3
4
|
functionrefresh(seconds){setTimeout("self.location.reload()",seconds*1000);}refresh(600);//调用方法启动定时刷新,数值单位:秒。 |
|
1
|
<metahttp-equiv="refresh"content="600"/> |
原文:http://www.cnblogs.com/linbinqiang/p/4903012.html