var len = window.location.href.indexOf("?");
if(len>0){
    window.location.href=window.location.href.substring(0,len)+"?"+Math.random();
}else{
    window.location.href=window.location.href+"?"+Math.random();
}
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案