把这段js粘到chrome等浏览器控制台,回车,设置刷新时间即可; timeout=prompt("Set timeout (Second):"); count=0 current=location.href; if(timeout>0) setTimeout('reload()',1000*timeout); else location.replace(current); function reload(){ ...