JS 页面延迟刷新

function reload(time) {
    setTimeout(function () { window.location.reload(); }, time);
    
}
posted @ 2020-01-17 11:36  Alex_Mercer  阅读(860)  评论(0编辑  收藏  举报