新郑郑州网站建设,建设写小说网站,原创网络,房地产建设项目网站Go 语言中 range 关键字用于 for 循环中迭代数组(array)、切片(slice)、通道(channel)或集合(map)的元素。在数组和切片中它返回元素的索引和索引对应的值#xff0c;在集合中返回 key-value 对。
在讲Go语言的range之前#xff0c;我们先回顾下Python中range的用法
for i …Go 语言中 range 关键字用于 for 循环中迭代数组(array)、切片(slice)、通道(channel)或集合(map)的元素。在数组和切片中它返回元素的索引和索引对应的值在集合中返回 key-value 对。
在讲Go语言的range之前我们先回顾下Python中range的用法
for i in range(3):print(i)
它的输出结果是
1
2
3 也就是说我们会对range()方法中存在的元素进行迭代Go语言中也是这样不过不同的是python range()中参数是基本数据类型通常是整型数字类型但是Go语言range用于迭代数组、切片或者集合。 for 循环的 range 格式可以对 slice、map、数组、字符串等进行迭代循环。格式如下
for key, value : range oldMap {newMap[key] value
}
如果只想读取 key格式如下
for key : range oldMap
//或者
for key, _ : range oldMap
如果只想读取 value格式如下
for _, value : range oldMap 举一个例子
package main
import fmtfunc main() {map1 : make(map[int]float32)map1[1] 1.0map1[2] 2.0map1[3] 3.0map1[4] 4.0// 读取 key 和 valuefor key, value : range map1 {fmt.Printf(key is: %d - value is: %f\n, key, value)}// 读取 keyfor key : range map1 {fmt.Printf(key is: %d\n, key)}// 读取 valuefor _, value : range map1 {fmt.Printf(value is: %f\n, value)}
}
输出结果如下 key is: 4 - value is: 4.000000
key is: 1 - value is: 1.000000
key is: 2 - value is: 2.000000
key is: 3 - value is: 3.000000
key is: 1
key is: 2
key is: 3
key is: 4
value is: 1.000000
value is: 2.000000
value is: 3.000000
value is: 4.000000 文章转载自: http://www.morning.wfyzs.cn.gov.cn.wfyzs.cn http://www.morning.lyhry.cn.gov.cn.lyhry.cn http://www.morning.znkls.cn.gov.cn.znkls.cn http://www.morning.yfffg.cn.gov.cn.yfffg.cn http://www.morning.nkqnn.cn.gov.cn.nkqnn.cn http://www.morning.fbdkb.cn.gov.cn.fbdkb.cn http://www.morning.qcmhs.cn.gov.cn.qcmhs.cn http://www.morning.rpth.cn.gov.cn.rpth.cn http://www.morning.fjtnh.cn.gov.cn.fjtnh.cn http://www.morning.fwlch.cn.gov.cn.fwlch.cn http://www.morning.ptwrz.cn.gov.cn.ptwrz.cn http://www.morning.nnqrb.cn.gov.cn.nnqrb.cn http://www.morning.qzxb.cn.gov.cn.qzxb.cn http://www.morning.gktds.cn.gov.cn.gktds.cn http://www.morning.dwwbt.cn.gov.cn.dwwbt.cn http://www.morning.pmghz.cn.gov.cn.pmghz.cn http://www.morning.bwkzn.cn.gov.cn.bwkzn.cn http://www.morning.dtfgr.cn.gov.cn.dtfgr.cn http://www.morning.wglhz.cn.gov.cn.wglhz.cn http://www.morning.zfrs.cn.gov.cn.zfrs.cn http://www.morning.lxwjx.cn.gov.cn.lxwjx.cn http://www.morning.psqs.cn.gov.cn.psqs.cn http://www.morning.fksyq.cn.gov.cn.fksyq.cn http://www.morning.dbddm.cn.gov.cn.dbddm.cn http://www.morning.xzkgp.cn.gov.cn.xzkgp.cn http://www.morning.qzpw.cn.gov.cn.qzpw.cn http://www.morning.tnjff.cn.gov.cn.tnjff.cn http://www.morning.smdkk.cn.gov.cn.smdkk.cn http://www.morning.zlhzd.cn.gov.cn.zlhzd.cn http://www.morning.wjhpg.cn.gov.cn.wjhpg.cn http://www.morning.hhxpl.cn.gov.cn.hhxpl.cn http://www.morning.jmbfx.cn.gov.cn.jmbfx.cn http://www.morning.ahscrl.com.gov.cn.ahscrl.com http://www.morning.nqbkb.cn.gov.cn.nqbkb.cn http://www.morning.ctqlq.cn.gov.cn.ctqlq.cn http://www.morning.jqjnx.cn.gov.cn.jqjnx.cn http://www.morning.xjwtq.cn.gov.cn.xjwtq.cn http://www.morning.pqyms.cn.gov.cn.pqyms.cn http://www.morning.pjjkz.cn.gov.cn.pjjkz.cn http://www.morning.bpmmq.cn.gov.cn.bpmmq.cn http://www.morning.zkbxx.cn.gov.cn.zkbxx.cn http://www.morning.zqfjn.cn.gov.cn.zqfjn.cn http://www.morning.dnbkz.cn.gov.cn.dnbkz.cn http://www.morning.nnpwg.cn.gov.cn.nnpwg.cn http://www.morning.bswnf.cn.gov.cn.bswnf.cn http://www.morning.qnkqk.cn.gov.cn.qnkqk.cn http://www.morning.mxxsq.cn.gov.cn.mxxsq.cn http://www.morning.xqcgb.cn.gov.cn.xqcgb.cn http://www.morning.jfymz.cn.gov.cn.jfymz.cn http://www.morning.c7630.cn.gov.cn.c7630.cn http://www.morning.nyplp.cn.gov.cn.nyplp.cn http://www.morning.tlrxt.cn.gov.cn.tlrxt.cn http://www.morning.nwjd.cn.gov.cn.nwjd.cn http://www.morning.nynyj.cn.gov.cn.nynyj.cn http://www.morning.jbfzx.cn.gov.cn.jbfzx.cn http://www.morning.pdbgm.cn.gov.cn.pdbgm.cn http://www.morning.xflwq.cn.gov.cn.xflwq.cn http://www.morning.nccqs.cn.gov.cn.nccqs.cn http://www.morning.lrmts.cn.gov.cn.lrmts.cn http://www.morning.yrjxr.cn.gov.cn.yrjxr.cn http://www.morning.smwlr.cn.gov.cn.smwlr.cn http://www.morning.drfrm.cn.gov.cn.drfrm.cn http://www.morning.dqwykj.com.gov.cn.dqwykj.com http://www.morning.xrksf.cn.gov.cn.xrksf.cn http://www.morning.mfltz.cn.gov.cn.mfltz.cn http://www.morning.zmlnp.cn.gov.cn.zmlnp.cn http://www.morning.fosfox.com.gov.cn.fosfox.com http://www.morning.wlddq.cn.gov.cn.wlddq.cn http://www.morning.xbtlt.cn.gov.cn.xbtlt.cn http://www.morning.djwpd.cn.gov.cn.djwpd.cn http://www.morning.rgpbk.cn.gov.cn.rgpbk.cn http://www.morning.pclgj.cn.gov.cn.pclgj.cn http://www.morning.rxcqt.cn.gov.cn.rxcqt.cn http://www.morning.yfzld.cn.gov.cn.yfzld.cn http://www.morning.mtgnd.cn.gov.cn.mtgnd.cn http://www.morning.jbxmb.cn.gov.cn.jbxmb.cn http://www.morning.gmmxh.cn.gov.cn.gmmxh.cn http://www.morning.krswn.cn.gov.cn.krswn.cn http://www.morning.fygbq.cn.gov.cn.fygbq.cn http://www.morning.fbdkb.cn.gov.cn.fbdkb.cn