会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
红叶都枫了
@163
红叶都枫了163
有点暗,开个灯,谢谢
博客园
首页
新随笔
联系
管理
2020年9月1日
vue首次缓存判断
摘要: 在向本地缓存存值前,判断localstory是否已经存在某个属性,没有就正常存,有就替换掉 created(){ if(localStorage.getItem("属性名") != null){ console.log('不是第一次') }else{ console.log('第一次写入story'
阅读全文
posted @ 2020-09-01 17:45 红叶都枫了163
阅读(265)
评论(0)
推荐(0)
编辑
公告