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

刚进入页面强制刷新

时间:2018-04-19 13:58:25      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:oca   bsp   页面   and   dex   ati   indexof   rand   eof   

window.onload  =   function() { 

  /*
  加时间戳 ==>最好是时间戳
  var timestamp = Date.parse(new Date());
  var timestamp = (new Date()).valueOf();
  var timestamp=new Date().getTime();
  */
  if (location.search.indexOf("?") == -1) {    //判断是否含有‘?’
    location.href  +=  "?myurl=" + Math.random(100);   
  }   
  else {      
    if (location.search.indexOf("myurl") == -1)  location.href  +=  "&myurl=" + Math.random(100);   
  }
}

刚进入页面强制刷新

标签:oca   bsp   页面   and   dex   ati   indexof   rand   eof   

原文地址:https://www.cnblogs.com/lmxxlm-123/p/8881716.html

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