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

相关文章: