JS页面刷新实现方法总结
摘要:
定时刷新: 1,<script>setTimeout("location.href='url'",2000)</script> 说明:url是要刷新的页面URL地址 2000是等待时间=2秒, 2,<meta name="Refresh" content="n;url"> 说明: n is the number of seconds to wait before loading the specified URL. url is an absolute URL to be loade 阅读全文
posted @ 2013-01-04 20:10 shjy5 阅读(396) 评论(0) 推荐(0)
浙公网安备 33010602011771号