JS 刷新当前页面

 

1 setTimeout(function(){  //使用  setTimeout()方dao法设定定时zhi2000毫秒dao
2     window.location.reload();//页面刷新
3 },10000);