摘要:
A Go map type looks like this: map[KeyType]ValueType This variable m is a map of string keys to int values: var m map[string]int Map types are referen 阅读全文
posted @ 2022-09-05 14:28
Zhentiw
阅读(21)
评论(0)
推荐(0)
摘要:
An array has a fixed size. A slice, on the other hand, is a dynamically-sized, flexible view into the elements of an array. In practice, slices are mu 阅读全文
posted @ 2022-09-05 14:11
Zhentiw
阅读(29)
评论(0)
推荐(0)

浙公网安备 33010602011771号