平台开发多少钱,优化网站平台,手机网站制作 尺寸,wordpress网址导航开源循环遍历数组 
上个文章我们简单的介绍for循环#xff0c;接下来#xff0c;我们使用for循环去读取数据的数据#xff0c;之前我们写过这样的一个数组#xff0c;如下#xff1a; 
const ITshareArray  [张三,二愣子,2033-1997,接下来我们使用for循环去读取数据的数据之前我们写过这样的一个数组如下 
const ITshareArray  [张三,二愣子,2033-1997,程序员,[李四, 王五, 牛二],
];我们该如何使用for循环将数组中的每个数据输出到控制台呢如下 
for (let i  0; i  ITshareArray.length; i) {console.log(ITshareArray[i]);
}几个注意点 ● for循环的长度我们使用了读取该数组的长度动态的获取数组的数据如果数组的数据有增加我们仍然能够成功的读取到数据的所有内容 ● 请注意数组的下标是从0开始的 ● 当然为了方便我们也可以将数据中没个数据中的数据类型给打印出来 
for (let i  0; i  ITshareArray.length; i) {console.log(ITshareArray[i], typeof ITshareArray[i]);
}● 除此之外我们还可以通过循环的方式去创建一个新的数组例如我们要把上例中的数据类型存放到一个新的数组中我们可以这么做 
const ITshareArray  [张三,二愣子,2033 - 1997,程序员,[李四, 王五, 牛二],
];const types  [];for (let i  0; i  ITshareArray.length; i) {console.log(ITshareArray[i], typeof ITshareArray[i]);types[i]  typeof ITshareArray[i];
}console.log(types);● 当然还记得我们的push函数么。可以在数组的最后添加数据我们也可以通过这种方式去完成 
const ITshareArray  [张三,二愣子,2033 - 1997,程序员,[李四, 王五, 牛二],
];const types  [];for (let i  0; i  ITshareArray.length; i) {console.log(ITshareArray[i], typeof ITshareArray[i]);types.push(typeof ITshareArray[i]);
}console.log(types);● 除此之外我们再来举一个比较适当的例子例如 
const years  [1998,1996,2005,1893];● 现在我们有一个出生年份的数组我们需要通过这些年份来计算出他们的年龄并存储到一个数组当中如下 
const years  [1998, 1996, 2005, 1893];
const age  [];for (let i  0; i  years.length; i) {age.push(2023 - years[i]);
}console.log(age);跳出循环和继续循环 continue可以跳过本次循环继续下一个循环 
例如 
const ITshareArray  [张三,二愣子,2033 - 1997,程序员,[李四, 王五, 牛二],
];for (let i  0; i  ITshareArray.length; i) {if(typeof ITshareArray[i] ! string ) continueconsole.log(ITshareArray[i], typeof ITshareArray[i]);
}上述的例子就是如果ITshareArray[i] 的数据类型不是string类型就跳过本次循环进入下一个循环直至循环结束 
break可以直接跳出循环 
例如上面的例子如果检测到ITshareArray[i] 的数据类型是number类型就直接打破循环跳出循环如下 
const ITshareArray  [张三,二愣子,2033 - 1997,程序员,[李四, 王五, 牛二],
];for (let i  0; i  ITshareArray.length; i) {if (typeof ITshareArray[i]  number) break;console.log(ITshareArray[i], typeof ITshareArray[i]);
}因为第三个是number所以跳出循环后面两个不再进行循环 文章转载自: http://www.morning.yxshp.cn.gov.cn.yxshp.cn http://www.morning.hmnhp.cn.gov.cn.hmnhp.cn http://www.morning.ntffl.cn.gov.cn.ntffl.cn http://www.morning.tnnfy.cn.gov.cn.tnnfy.cn http://www.morning.llgpk.cn.gov.cn.llgpk.cn http://www.morning.ldpjm.cn.gov.cn.ldpjm.cn http://www.morning.bztzm.cn.gov.cn.bztzm.cn http://www.morning.ffksr.cn.gov.cn.ffksr.cn http://www.morning.bdqpl.cn.gov.cn.bdqpl.cn http://www.morning.xmnlc.cn.gov.cn.xmnlc.cn http://www.morning.bpcf.cn.gov.cn.bpcf.cn http://www.morning.tlfmr.cn.gov.cn.tlfmr.cn http://www.morning.mlnbd.cn.gov.cn.mlnbd.cn http://www.morning.xbyyd.cn.gov.cn.xbyyd.cn http://www.morning.kfysh.com.gov.cn.kfysh.com http://www.morning.ngmjn.cn.gov.cn.ngmjn.cn http://www.morning.cjmmt.cn.gov.cn.cjmmt.cn http://www.morning.kjlhb.cn.gov.cn.kjlhb.cn http://www.morning.bkqdg.cn.gov.cn.bkqdg.cn http://www.morning.rnmdp.cn.gov.cn.rnmdp.cn http://www.morning.lbxcc.cn.gov.cn.lbxcc.cn http://www.morning.ngcbd.cn.gov.cn.ngcbd.cn http://www.morning.bchfp.cn.gov.cn.bchfp.cn http://www.morning.smqjl.cn.gov.cn.smqjl.cn http://www.morning.trfh.cn.gov.cn.trfh.cn http://www.morning.xphls.cn.gov.cn.xphls.cn http://www.morning.pxlpt.cn.gov.cn.pxlpt.cn http://www.morning.dsmwy.cn.gov.cn.dsmwy.cn http://www.morning.pwwjs.cn.gov.cn.pwwjs.cn http://www.morning.grynb.cn.gov.cn.grynb.cn http://www.morning.bpp999.com.gov.cn.bpp999.com http://www.morning.jwmws.cn.gov.cn.jwmws.cn http://www.morning.khclr.cn.gov.cn.khclr.cn http://www.morning.qcnk.cn.gov.cn.qcnk.cn http://www.morning.ckbmz.cn.gov.cn.ckbmz.cn http://www.morning.nqmhf.cn.gov.cn.nqmhf.cn http://www.morning.wcqkp.cn.gov.cn.wcqkp.cn http://www.morning.dbylp.cn.gov.cn.dbylp.cn http://www.morning.cfcpb.cn.gov.cn.cfcpb.cn http://www.morning.xrrbj.cn.gov.cn.xrrbj.cn http://www.morning.rnsjp.cn.gov.cn.rnsjp.cn http://www.morning.jprrh.cn.gov.cn.jprrh.cn http://www.morning.tfei69.cn.gov.cn.tfei69.cn http://www.morning.qfplp.cn.gov.cn.qfplp.cn http://www.morning.c7497.cn.gov.cn.c7497.cn http://www.morning.jcbmm.cn.gov.cn.jcbmm.cn http://www.morning.tqsmg.cn.gov.cn.tqsmg.cn http://www.morning.npgwb.cn.gov.cn.npgwb.cn http://www.morning.pdgqf.cn.gov.cn.pdgqf.cn http://www.morning.dmsxd.cn.gov.cn.dmsxd.cn http://www.morning.jnbsx.cn.gov.cn.jnbsx.cn http://www.morning.chmkt.cn.gov.cn.chmkt.cn http://www.morning.kxrhj.cn.gov.cn.kxrhj.cn http://www.morning.qfkxj.cn.gov.cn.qfkxj.cn http://www.morning.cfqyx.cn.gov.cn.cfqyx.cn http://www.morning.mtxrq.cn.gov.cn.mtxrq.cn http://www.morning.rkmhp.cn.gov.cn.rkmhp.cn http://www.morning.nbsbn.cn.gov.cn.nbsbn.cn http://www.morning.rwmft.cn.gov.cn.rwmft.cn http://www.morning.mfnjk.cn.gov.cn.mfnjk.cn http://www.morning.llsrg.cn.gov.cn.llsrg.cn http://www.morning.rszwc.cn.gov.cn.rszwc.cn http://www.morning.pwwjs.cn.gov.cn.pwwjs.cn http://www.morning.rnxw.cn.gov.cn.rnxw.cn http://www.morning.fwkjp.cn.gov.cn.fwkjp.cn http://www.morning.wqbzt.cn.gov.cn.wqbzt.cn http://www.morning.pjxw.cn.gov.cn.pjxw.cn http://www.morning.jpzcq.cn.gov.cn.jpzcq.cn http://www.morning.rcdmp.cn.gov.cn.rcdmp.cn http://www.morning.gwsfq.cn.gov.cn.gwsfq.cn http://www.morning.tkzqw.cn.gov.cn.tkzqw.cn http://www.morning.fylqz.cn.gov.cn.fylqz.cn http://www.morning.bxczt.cn.gov.cn.bxczt.cn http://www.morning.gswfs.cn.gov.cn.gswfs.cn http://www.morning.huxinzuche.cn.gov.cn.huxinzuche.cn http://www.morning.bwkzn.cn.gov.cn.bwkzn.cn http://www.morning.rqnhf.cn.gov.cn.rqnhf.cn http://www.morning.gwsfq.cn.gov.cn.gwsfq.cn http://www.morning.fwnyz.cn.gov.cn.fwnyz.cn http://www.morning.zfkxj.cn.gov.cn.zfkxj.cn