2016年8月23日
摘要: Javascript刷新页面的几种方法:1 history.go(0)2 window.location.reload() window.location.reload(true) 3 location=location4 location.assign(location)5 document.ex 阅读全文
posted @ 2016-08-23 15:25 新手菜 阅读(2874) 评论(0) 推荐(0) 编辑
摘要: 1) <meta http-equiv="refresh"content="10;url=跳转的页面"> 10表示间隔10秒刷新一次 2) <script language=''javascript''> window.location.reload(true); </script> 如果是你要刷新 阅读全文
posted @ 2016-08-23 15:23 新手菜 阅读(8079) 评论(0) 推荐(0) 编辑