arrayAll := []string{"a", "b", "c", "d", "e"}x := p[arrayAll[i]-"a"]
go不支持运算符重载,那么如何获取数组下标:arrayAll[i]-"a"
莫回无
相关分类