javascript刷新页面方法
location=location;
location.assign(location) ;
document.execCommand('Refresh'); //最好用的一种
window.navigate(location);
location.replace(location);
document.URL=location.href;
location.assign(location) ;
document.execCommand('Refresh'); //最好用的一种
window.navigate(location);
location.replace(location);
document.URL=location.href;