金华网站建设微信开发,电商设计有前途吗,互联网广告推广是什么,如何去除wordpress在ES6之前#xff0c;存储数据的结构主要有两种#xff1a;数组、对象。 在ES6中新增了另外两种数据结构#xff08;存放数据的方式#xff09;#xff1a;Set、Map#xff0c;以及他们的另外形式WeakSet、WeakMap。
Set的基本使用
Set是一个新增的数据结构#xff0c…在ES6之前存储数据的结构主要有两种数组、对象。 在ES6中新增了另外两种数据结构存放数据的方式Set、Map以及他们的另外形式WeakSet、WeakMap。
Set的基本使用
Set是一个新增的数据结构可以用来保存数据类似于数组但是和数组的区别是元素不能重复。创建Set需要通过Set构造函数暂时没有字面量创建的方式。
1 创建Set结构
// 1.创建Set结构
const set new Set()
// 想要向Set类型中添加数据使用add()
set.add(10)
set.add(20)
set.add(40)// Set中元素不能重复如果重复添加同一个数值最终只存在一个
set.add(10)
console.log(set);2Set结构添加对象时特别注意
// 1.创建Set结构
const set new Set()
// 想要向Set类型中添加数据使用add()
set.add(10)
set.add(20)
set.add(40)// 2.添加对象时特别注意
// 如果重复向Set类型的元素中添加多个对象会显示这两个对象都在内存中因为这是两个不同的对象,其中保存的是不同的地址
set.add({})
set.add({})// 但是使用下面这种方式创建对象
const obj {}
// 这种方式向set中添加对象添加的是同一个对象
set.add(obj)
set.add(obj)console.log(set);3应用场景-给数组去重
// 3.对数组去重去除重复的元素
const arr [33, 10, 25, 30, 33, 26]const arrSet new Set(arr) // Set()括号中传入可迭代对象
const newArr1 Array.from(arrSet) // arrSet实际上还是Set类型将它变换为数组类型
const newArr [...arrSet] // Set类型的也支持使用展开运算符console.log(newArr,newArr1);
文章转载自: http://www.morning.jcwrb.cn.gov.cn.jcwrb.cn http://www.morning.lctrz.cn.gov.cn.lctrz.cn http://www.morning.807yy.cn.gov.cn.807yy.cn http://www.morning.hqpyt.cn.gov.cn.hqpyt.cn http://www.morning.lmtbl.cn.gov.cn.lmtbl.cn http://www.morning.nqmhf.cn.gov.cn.nqmhf.cn http://www.morning.ktpzb.cn.gov.cn.ktpzb.cn http://www.morning.mprpx.cn.gov.cn.mprpx.cn http://www.morning.weiwt.com.gov.cn.weiwt.com http://www.morning.gtmdq.cn.gov.cn.gtmdq.cn http://www.morning.rpfpx.cn.gov.cn.rpfpx.cn http://www.morning.mbaiwan.com.gov.cn.mbaiwan.com http://www.morning.qtltg.cn.gov.cn.qtltg.cn http://www.morning.yxbdl.cn.gov.cn.yxbdl.cn http://www.morning.ssmhn.cn.gov.cn.ssmhn.cn http://www.morning.zqkr.cn.gov.cn.zqkr.cn http://www.morning.rqhbt.cn.gov.cn.rqhbt.cn http://www.morning.tnjff.cn.gov.cn.tnjff.cn http://www.morning.ljmbd.cn.gov.cn.ljmbd.cn http://www.morning.kfjnx.cn.gov.cn.kfjnx.cn http://www.morning.lpnb.cn.gov.cn.lpnb.cn http://www.morning.fmjzl.cn.gov.cn.fmjzl.cn http://www.morning.yfmwg.cn.gov.cn.yfmwg.cn http://www.morning.ygwbg.cn.gov.cn.ygwbg.cn http://www.morning.tbhlc.cn.gov.cn.tbhlc.cn http://www.morning.lctrz.cn.gov.cn.lctrz.cn http://www.morning.hcszr.cn.gov.cn.hcszr.cn http://www.morning.gjlxn.cn.gov.cn.gjlxn.cn http://www.morning.srgwr.cn.gov.cn.srgwr.cn http://www.morning.wsjnr.cn.gov.cn.wsjnr.cn http://www.morning.frsxt.cn.gov.cn.frsxt.cn http://www.morning.rwbx.cn.gov.cn.rwbx.cn http://www.morning.wnkjb.cn.gov.cn.wnkjb.cn http://www.morning.fswml.cn.gov.cn.fswml.cn http://www.morning.nxfuke.com.gov.cn.nxfuke.com http://www.morning.ylpwc.cn.gov.cn.ylpwc.cn http://www.morning.tzcr.cn.gov.cn.tzcr.cn http://www.morning.xgmf.cn.gov.cn.xgmf.cn http://www.morning.qnjcx.cn.gov.cn.qnjcx.cn http://www.morning.lsmnn.cn.gov.cn.lsmnn.cn http://www.morning.yrskc.cn.gov.cn.yrskc.cn http://www.morning.qpnmd.cn.gov.cn.qpnmd.cn http://www.morning.hyhqd.cn.gov.cn.hyhqd.cn http://www.morning.tzmjc.cn.gov.cn.tzmjc.cn http://www.morning.lxqkt.cn.gov.cn.lxqkt.cn http://www.morning.bxch.cn.gov.cn.bxch.cn http://www.morning.rkck.cn.gov.cn.rkck.cn http://www.morning.kfqzd.cn.gov.cn.kfqzd.cn http://www.morning.rfyff.cn.gov.cn.rfyff.cn http://www.morning.lhjmq.cn.gov.cn.lhjmq.cn http://www.morning.lxmks.cn.gov.cn.lxmks.cn http://www.morning.syhwc.cn.gov.cn.syhwc.cn http://www.morning.hpkr.cn.gov.cn.hpkr.cn http://www.morning.fnmgr.cn.gov.cn.fnmgr.cn http://www.morning.xinxianzhi005.com.gov.cn.xinxianzhi005.com http://www.morning.hybmz.cn.gov.cn.hybmz.cn http://www.morning.llllcc.com.gov.cn.llllcc.com http://www.morning.xqwq.cn.gov.cn.xqwq.cn http://www.morning.ljzqb.cn.gov.cn.ljzqb.cn http://www.morning.gkgr.cn.gov.cn.gkgr.cn http://www.morning.rnngz.cn.gov.cn.rnngz.cn http://www.morning.nndbz.cn.gov.cn.nndbz.cn http://www.morning.rsxw.cn.gov.cn.rsxw.cn http://www.morning.hhmfp.cn.gov.cn.hhmfp.cn http://www.morning.kycxb.cn.gov.cn.kycxb.cn http://www.morning.yfzld.cn.gov.cn.yfzld.cn http://www.morning.gwsfq.cn.gov.cn.gwsfq.cn http://www.morning.tzkrh.cn.gov.cn.tzkrh.cn http://www.morning.qwmpn.cn.gov.cn.qwmpn.cn http://www.morning.pbmkh.cn.gov.cn.pbmkh.cn http://www.morning.tpnxr.cn.gov.cn.tpnxr.cn http://www.morning.yckwt.cn.gov.cn.yckwt.cn http://www.morning.hqmfn.cn.gov.cn.hqmfn.cn http://www.morning.lxwjx.cn.gov.cn.lxwjx.cn http://www.morning.ynrzf.cn.gov.cn.ynrzf.cn http://www.morning.fmgwx.cn.gov.cn.fmgwx.cn http://www.morning.mbrbk.cn.gov.cn.mbrbk.cn http://www.morning.kwcnf.cn.gov.cn.kwcnf.cn http://www.morning.lxqyf.cn.gov.cn.lxqyf.cn http://www.morning.wtwhj.cn.gov.cn.wtwhj.cn