function get_user() {
return localStorage.getItem("token") || 0;
}

function set_user(token) {
localStorage.setItem('token',token)
}

posted on 2022-05-19 17:14  limonyun  阅读(50)  评论(0编辑  收藏  举报