2020年10月7日
摘要: 继续记录一下go课程的练习demo #ch7 Map package my_map import "testing" func TestInitMap(t *testing.T) { m1 := map[int]int{1: 1, 2: 4, 3: 9} t.Log(m1[2]) t.Logf("l 阅读全文
posted @ 2020-10-07 16:32 学业未成 阅读(79) 评论(0) 推荐(0) 编辑