setTimeout('location.reload()',1000);//页面刷新 1000为延时的毫秒数
var setT = setTimeout(function(){ alert("1111"); },1000); clearTimeout(setT); //清除定时器