2020年5月27日
摘要: 函数 原则1 函数内部无法定义函数 阅读全文
posted @ 2020-05-27 18:41 谢Rain 阅读(134) 评论(0) 推荐(0) 编辑
摘要: Go map类型 //is_nil2:=map[string]int 不能直接这么定义空的map func map3() { //is_nil2:=map[string]int 不能直接这么定义空的map name_to_ago:=make(map[string]int,8) //需要使用make( 阅读全文
posted @ 2020-05-27 15:13 谢Rain 阅读(178) 评论(0) 推荐(0) 编辑