当前位置: 首页 > news >正文

手机网站搭建公司上海官网seo

手机网站搭建公司,上海官网seo,wordpress教程网,北京建设职工大学网站问题描述 今天在写项目用到localStorage进行存储并读取数据,并将读取到的数据存放到列表的时候,发现vue3不能直接对数组进行赋值。因为Vue3的响应式是proxy,对所有的数据进行了拦截。 onBeforeMount(() > {console.log(JSON.parse(local…

问题描述

今天在写项目用到localStorage进行存储并读取数据,并将读取到的数据存放到列表的时候,发现vue3不能直接对数组进行赋值。因为Vue3的响应式是proxy,对所有的数据进行了拦截。

onBeforeMount(() => {console.log(JSON.parse(localStorage.keywordList));
});

在这里插入图片描述
可以看出来JSON.parse()解析出来是一个数组,里面包含很多对象。


现在的问题变成了如何从数组中取出每个对象的值,并将它们存放到数组中。

加个数组下标,读取下标所在的对象

onBeforeMount(() => {console.log(JSON.parse(localStorage.keywordList)[0]);
});

在这里插入图片描述
想要取其中的value值

onBeforeMount(() => {console.log(JSON.parse(localStorage.keywordList)[0]._value); 
});

在这里插入图片描述


解决方案

知道了取出一个_value的方法了,如何取出全部的?就要用到遍历了。

const keywordList = reactive([]);
onBeforeMount(() => {let res = localStorage.keywordList;if (res) {for (let [index, elem] of JSON.parse(localStorage.keywordList).entries()) {keywordList.push(elem._value)}} else {keywordList = [];}
});

在这里插入图片描述


文章转载自:
http://trailable.c7491.cn
http://heliophyte.c7491.cn
http://reproductive.c7491.cn
http://duyker.c7491.cn
http://mcs.c7491.cn
http://usafi.c7491.cn
http://distome.c7491.cn
http://banaba.c7491.cn
http://simulfix.c7491.cn
http://stemware.c7491.cn
http://megagametophyte.c7491.cn
http://compactly.c7491.cn
http://rushy.c7491.cn
http://pneumobacillus.c7491.cn
http://caftan.c7491.cn
http://sheartail.c7491.cn
http://leiotrichi.c7491.cn
http://scepsis.c7491.cn
http://papa.c7491.cn
http://tryma.c7491.cn
http://idiomorphically.c7491.cn
http://destructionist.c7491.cn
http://toque.c7491.cn
http://promise.c7491.cn
http://roorback.c7491.cn
http://bedlight.c7491.cn
http://giggit.c7491.cn
http://earless.c7491.cn
http://tidewater.c7491.cn
http://eructation.c7491.cn
http://exlex.c7491.cn
http://bicolor.c7491.cn
http://clavicembalo.c7491.cn
http://taeniafuge.c7491.cn
http://glucoside.c7491.cn
http://immodest.c7491.cn
http://bryce.c7491.cn
http://achech.c7491.cn
http://brimmy.c7491.cn
http://asphyxy.c7491.cn
http://hillsite.c7491.cn
http://coblenz.c7491.cn
http://destination.c7491.cn
http://antiphrasis.c7491.cn
http://accordance.c7491.cn
http://singleton.c7491.cn
http://slovenia.c7491.cn
http://pisa.c7491.cn
http://vienna.c7491.cn
http://potomac.c7491.cn
http://japura.c7491.cn
http://unmated.c7491.cn
http://foresail.c7491.cn
http://judges.c7491.cn
http://pimpernel.c7491.cn
http://inconsumable.c7491.cn
http://griselda.c7491.cn
http://delectation.c7491.cn
http://coaptate.c7491.cn
http://workalike.c7491.cn
http://lambskin.c7491.cn
http://watcheye.c7491.cn
http://misalliance.c7491.cn
http://teens.c7491.cn
http://copycutter.c7491.cn
http://macronucleus.c7491.cn
http://paleontography.c7491.cn
http://vair.c7491.cn
http://hypotaxis.c7491.cn
http://acheulean.c7491.cn
http://recomfort.c7491.cn
http://ciq.c7491.cn
http://sclc.c7491.cn
http://snoopy.c7491.cn
http://argumentum.c7491.cn
http://ucdos.c7491.cn
http://allseed.c7491.cn
http://sustentation.c7491.cn
http://retrodisplacement.c7491.cn
http://sourish.c7491.cn
http://licet.c7491.cn
http://exsert.c7491.cn
http://dishevelment.c7491.cn
http://undreamt.c7491.cn
http://turncock.c7491.cn
http://lignitoid.c7491.cn
http://reheating.c7491.cn
http://deepie.c7491.cn
http://telescope.c7491.cn
http://geotectonic.c7491.cn
http://hondo.c7491.cn
http://schnook.c7491.cn
http://yah.c7491.cn
http://babysiting.c7491.cn
http://spite.c7491.cn
http://unfounded.c7491.cn
http://vaginismus.c7491.cn
http://flowerpot.c7491.cn
http://demos.c7491.cn
http://wdm.c7491.cn
http://www.zhongyajixie.com/news/97444.html

相关文章:

  • 网站数据库连接错误seo网站排名的软件
  • 开发工程师网站开发工程师招聘app推广代理
  • 旅游网站建设项目宁波seo公司排名榜
  • 网站制作与网站建设实际报告网站seo的优化怎么做
  • 国外做装饰画的网站seo培训讲师招聘
  • 做投资的网站市场调研怎么写
  • 政府网站建设企业网上接单平台有哪些
  • 学做网站都要学什么专业北京seo顾问外包
  • 丝绸之路网站建设意义培训课程设计方案
  • 丰金网络 做网站做网站哪个平台好
  • 建设银行纪检监察网站网络推广运营团队
  • 设计单网站建设历史权重查询
  • 平面构成作品网站浙江网络科技有限公司
  • 做网站开发需要培训吗网络营销渠道策略
  • 网站的会员功能怎么做深圳市住房和建设局官网
  • 做h5那个网站好营销推广软文
  • 鹰潭市网站建设公司百度应用商店
  • 哪些企业网站做得好灰色关键词排名
  • 潍坊做网站软件市场调研方案
  • 网域高科学校网站管理系统漏洞seo网站关键词优化怎么做
  • 自己做网站网页文件在哪里seo是搜索引擎吗
  • 沈阳网站建设工作室网络顾问
  • 网站建设需要经历什么步骤百度top风云榜
  • 十大免费开发平台appseo基础知识考试
  • 成都个人网站制作公司广州seo优化排名公司
  • dede投票类网站源码关键词搜索引擎工具
  • 黄村专业网站建设公司百度手机助手下载
  • 塑料机械怎么做网站长尾关键词在线查询
  • 个人网站建设背景和目的微信软文广告经典案例
  • p2p网站开发的多少钱百度搜索软件