function refresh(){
        url = location.href;
        var once = url.split("#");
        console.log(once);
        if (once[2] != 1) {
            url += "#1";
            self.location.replace(url);
            window.location.reload();
        }
    }
    setTimeout('refresh()', 3000);
                    
                
                
            
        
浙公网安备 33010602011771号