function reload(time) {
    setTimeout(function () { window.location.reload(); }, time);
    
}

相关文章: