html自动刷新代码整个页面载入完成以后自动刷新的代码[解决办法]<body onload="window.location.reload()">or<body onload="setTimeout('window.location.reload()',6000)">