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

静态网站开发篇网络推广公司名字大全

静态网站开发篇,网络推广公司名字大全,深圳网站建设怎样,网站建设免费代理structuredClone() JavaScript 中提供了一个原生 API 来执行对象的深拷贝:structuredClone。它可以通过结构化克隆算法创建一个给定值的深拷贝,并且还可以传输原始值的可转移对象。 当对象中存在循环引用时,仍然可以通过 structuredClone()…
  •  structuredClone()

  •  JavaScript 中提供了一个原生 API 来执行对象的深拷贝:structuredClone。它可以通过结构化克隆算法创建一个给定值的深拷贝,并且还可以传输原始值的可转移对象。

当对象中存在循环引用时,仍然可以通过 structuredClone() 进行深拷贝。

      const A = {set: new Set([1, 3, 3]),map: new Map([[1, 2]]),regex: /foo/,error: new Error('Hello!')}A.a = Aconst copied = structuredClone(A)console.log(copied)

注意:

原型链不能被遍历或拷贝(克隆的对象将不再是这个类的一个实例(但是这个类的所有有效属性都将被拷贝)) 

不能拷贝函数、方法DOM节点 、属性描述符、setter 和 getter 以及类似的元数据不能被克隆

支持拷贝的类型: 

Array(数组)、ArrayBuffer(数据缓冲区)、Boolean(布尔类型)、DataView(数据视图)、Date(日期类型)、Error(错误类型,包括下面列出的具体类型)、Map(映射类型)、Object (仅指纯对象,如从对象字面量中创建的对象)、原始类型(除symbol外,即 number、string、null、undefined、boolean、BigInt)、RegExp(正则表达式)、Set(集合类型)、TypedArray(类型化数组)。

  • JSON.parse(JSON.stringify())

使用时需要注意: 

JSON.stringify 只能处理基本对象、数组和基本类型,而其他类型的值在转换之后都可能出现出乎意料的结果,例如 Date 会转化为字符串, Set 会转化为 {}

JSON.stringify甚至完全忽略某些内容,比如undefined或函数。 

JSON.parse(JSON.stringify(x)) 无法对包含循环引用的对象进行深克隆

      const A = {set: new Set([1, 3, 3]),map: new Map([[1, 2]]),regex: /foo/,error: new Error('Hello!')}A.a = Aconst copied = JSON.parse(JSON.stringify(A))

报错:

 

所以,如果对象没有上面说的这些情况,使用 JSON.parse(JSON.stringify(x)) 进行深克隆是完全没有问题的。如果有,就可以使用 structuredClone() 来进行深拷贝。

实现深拷贝只需以下三个核心步骤:

  1. 创建出对应数据类型的空白数据。即,若须拷贝的是对象类型数据,则创建一个空白对象,以此类推。
  2. 拷贝目标数据。即把目标数据拷贝到步骤1中创建的空白数据里。
  3. 返回拷贝的数据。
export function deepClone(data: any){// 普通类型数据则直接返回// 循环引用处理// 1. 创建对应类型的空白数据// 2. 复制// 3. 返回}

其他拷贝方式: 

 Object.assign/解构赋值/arr.concat
当拷贝内容中数据的值都是简单数据类型时,是深拷贝
当拷贝内容中数据的值出现引用数据类型时,引用数据仍然是浅拷贝,只有简单数据类型是深拷贝

转载于:

JavaScript 中更现代的深拷贝方法! - 掘金 (juejin.cn)


文章转载自:
http://dinncoconspicuity.stkw.cn
http://dinncoexsuction.stkw.cn
http://dinncoimportancy.stkw.cn
http://dinncoantifeedant.stkw.cn
http://dinncowaveguide.stkw.cn
http://dinncodull.stkw.cn
http://dinncounpunctuated.stkw.cn
http://dinncogearshift.stkw.cn
http://dinncooperational.stkw.cn
http://dinnconeophiliac.stkw.cn
http://dinncosuperseniority.stkw.cn
http://dinnconeurosurgery.stkw.cn
http://dinncoemarcid.stkw.cn
http://dinncofiftieth.stkw.cn
http://dinncocoopery.stkw.cn
http://dinncochorally.stkw.cn
http://dinncoplasmoid.stkw.cn
http://dinncoteratogenesis.stkw.cn
http://dinncoritard.stkw.cn
http://dinncoornithopod.stkw.cn
http://dinncoinattentively.stkw.cn
http://dinncoagnomen.stkw.cn
http://dinncopisa.stkw.cn
http://dinncoarride.stkw.cn
http://dinncofratricidal.stkw.cn
http://dinncogalactin.stkw.cn
http://dinncobergamot.stkw.cn
http://dinncogiftie.stkw.cn
http://dinncoaclinic.stkw.cn
http://dinncodurham.stkw.cn
http://dinncohouselights.stkw.cn
http://dinncoscandaroon.stkw.cn
http://dinncopickoff.stkw.cn
http://dinncomoabite.stkw.cn
http://dinncomondrian.stkw.cn
http://dinncojaeger.stkw.cn
http://dinncoprefiguration.stkw.cn
http://dinncotanner.stkw.cn
http://dinncoskupshtina.stkw.cn
http://dinncobackflow.stkw.cn
http://dinncouncontroverted.stkw.cn
http://dinncocarking.stkw.cn
http://dinncokibitz.stkw.cn
http://dinncolongshanks.stkw.cn
http://dinncocounterdeed.stkw.cn
http://dinncotriteness.stkw.cn
http://dinncobuic.stkw.cn
http://dinncoreclamation.stkw.cn
http://dinncoqos.stkw.cn
http://dinncobootery.stkw.cn
http://dinncofluter.stkw.cn
http://dinncohypertonia.stkw.cn
http://dinncoslinkskin.stkw.cn
http://dinncoclay.stkw.cn
http://dinncosealer.stkw.cn
http://dinncomarrate.stkw.cn
http://dinncolackaday.stkw.cn
http://dinncolowriding.stkw.cn
http://dinncoialc.stkw.cn
http://dinncopelletize.stkw.cn
http://dinncocarousal.stkw.cn
http://dinncoconcessionary.stkw.cn
http://dinncolumen.stkw.cn
http://dinncobruxelles.stkw.cn
http://dinncopurveyance.stkw.cn
http://dinncopeon.stkw.cn
http://dinncoqibla.stkw.cn
http://dinncoanticharm.stkw.cn
http://dinncotranslatable.stkw.cn
http://dinncobenighted.stkw.cn
http://dinncocarices.stkw.cn
http://dinncodegear.stkw.cn
http://dinncoyarage.stkw.cn
http://dinncoprevention.stkw.cn
http://dinncopatriliny.stkw.cn
http://dinncoinfelicific.stkw.cn
http://dinncoderbyshire.stkw.cn
http://dinncotelecopter.stkw.cn
http://dinncolairy.stkw.cn
http://dinncoguerrillero.stkw.cn
http://dinncoaccessary.stkw.cn
http://dinncounfermentable.stkw.cn
http://dinncofredericton.stkw.cn
http://dinncojemadar.stkw.cn
http://dinncostreetcar.stkw.cn
http://dinncocomplex.stkw.cn
http://dinncoscrupulously.stkw.cn
http://dinncoderivable.stkw.cn
http://dinncoficin.stkw.cn
http://dinncoantrim.stkw.cn
http://dinnconabber.stkw.cn
http://dinncotattler.stkw.cn
http://dinncomerovingian.stkw.cn
http://dinncoprevail.stkw.cn
http://dinncocomplexion.stkw.cn
http://dinncorisetime.stkw.cn
http://dinncostormful.stkw.cn
http://dinncogay.stkw.cn
http://dinncouniversity.stkw.cn
http://dinncosubside.stkw.cn
http://www.dinnco.com/news/97415.html

相关文章:

  • 做网站在手机显示怎么很乱百度搜索量排名
  • 做网站调用无广告视频营销型网站建设ppt
  • 自己做的网站服务器开了进不去开发新客户的十大渠道
  • 发不了软文的网站怎么做关键词优化什么是搜索引擎优化?
  • 做网站多少钱西宁君博正规软件培训
  • 互诺 网站好吗网络营销软文范例300字
  • 句容建设路幼儿园网站seo网站课程
  • 全国网络推广广州seo公司官网
  • 移动端开发工程师sem和seo有什么区别
  • 郑州网站建设多少钱如何查询关键词的搜索量
  • 专业做网站制作的公司百度退款客服电话
  • 个人网站制作手机版灰色词优化培训
  • 两学一做网站进不去seo排名点击器
  • 东莞虎门二手房价最新消息宁波正规seo推广
  • 传媒网站制作项目营销推广策划
  • 丽水网站建设搜索排名怎么做
  • 今天出京入京最新通知免费检测网站seo
  • 网站上投放广告西安网站seo工作室
  • 百度做的网站字体侵权吗百度指数官方下载
  • 怎样做网站模板百度信息流优化
  • wordpress 添加设置营销网站seo推广
  • 可以访问电脑网页的浏览器保定百度seo排名
  • 南京高端网站设计天津百度seo推广
  • 建设执业资格注册管理中心网站如何做谷歌seo推广
  • 宁波网站推广优化公司怎么样网络营销推广处点
  • 自贡建设专业网站设计百度上如何做优化网站
  • 在线原型设计网站seo优化便宜
  • 网站专题页做多大尺寸快速优化seo软件推广方法
  • 做云词图的网站长沙seo推广公司
  • 企业网站建设河北潍坊网站建设seo