十、页面退出登录

function log() {

//清空缓存

    window.localStorage.clear();

    window.location.href="login.html";

}

posted @ 2018-05-29 11:47  杰_森  阅读(123)  评论(0编辑  收藏  举报