摘要:
1、创建map集合 //1.创建map集合 var newMap map [int] string fmt.Println(newMap) fmt.Println(len(newMap))//len()返回map集合中已有的键值对的个数 //打印结果 map[] 0 //创建map集合的第二种方式 阅读全文
posted @ 2022-03-31 20:13
无锡-小松
阅读(243)
评论(0)
推荐(0)
浙公网安备 33010602011771号