码迷,mamicode.com
首页 > 其他好文 > 详细

页面刷新1次

时间:2020-05-26 12:25:42      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:elf   ref   split   ati   sel   url   set   self   location   

function refresh(){
url = location.href;
var once = url.split("#");
console.log(once);
if (once[2] != 1) {
url += "#1";
self.location.replace(url);
window.location.reload();
}
}
setTimeout(‘refresh()‘, 3000);

页面刷新1次

标签:elf   ref   split   ati   sel   url   set   self   location   

原文地址:https://www.cnblogs.com/liliuguang/p/12964590.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!