页面退出登录

 

function log() {

//清空缓存

    window.localStorage.clear();

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

}

原文地址:https://www.cnblogs.com/onesea/p/13689521.html