location=location; 
           location.assign(location) ;
           document.execCommand('Refresh');  //最好用的一种
           window.navigate(location);
           location.replace(location); 
           document.URL=location.href;

相关文章:

  • 2021-07-23
  • 2021-12-18
  • 2022-12-23
猜你喜欢
  • 2021-12-13
  • 2021-10-13
  • 2021-12-05
  • 2021-12-26
  • 2021-11-24
相关资源
相似解决方案